mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Added Tug of the Whorl. Fixed up prereqs not working when using debug command. Fixed giveexp command. Added seq constants.
This commit is contained in:
@@ -159,6 +159,10 @@ QFLAG_PLATE = 2;
|
||||
QFLAG_MAP = 3;
|
||||
QFLAG_REWARD = 4;
|
||||
|
||||
-- SPECIAL SEQUENCE CONSTANTS
|
||||
SEQ_ACCEPT = 65535;
|
||||
SEQ_COMPLETE = 65534;
|
||||
|
||||
-- MUSIC
|
||||
MUSIC_IMMEDIATE = 1;
|
||||
MUSIC_CROSSFADE = 2;
|
||||
|
||||
Reference in New Issue
Block a user