- Merged and completed Latio's work on server-side hot-key saving (http://www.eathena.ws/board/index.php?s=&showtopic=159388&view=findpost&p=884453)
- Now hotkeys are stored server-side (table hotkey in SQL servers, file save/hotkeys.txt for TXT servers). You can disable this behaviour by commenting out the 'HOTKEY_SAVING' define in mmo.h - Fixed a few compilation warnings/errors. - Apply upgrade_svn11018.sql to create the hotkey table. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11019 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
//Note: The range is unlimited unless this define is set.
|
||||
//#define AUTOLOOT_DISTANCE AREA_SIZE
|
||||
|
||||
#include "map.h"
|
||||
|
||||
enum AtCommandType {
|
||||
AtCommand_None = -1,
|
||||
AtCommand_Broadcast = 0,
|
||||
|
||||
Reference in New Issue
Block a user