diff options
Diffstat (limited to 'src/net/tmwa/sp.h')
-rw-r--r-- | src/net/tmwa/sp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/tmwa/sp.h b/src/net/tmwa/sp.h index f1c8a3a19..01a552ea5 100644 --- a/src/net/tmwa/sp.h +++ b/src/net/tmwa/sp.h @@ -69,7 +69,9 @@ namespace Sp FLEE_MOD = 51, CRIT = 52, ATTACK_DELAY = 53, - JOB = 55 + JOB = 55, + + GM_LEVEL = 500 }; } // namespace Sp |