diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-23 14:32:26 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-23 14:32:26 -0400 |
commit | 95e60123d75ca265c0c689fce88e82654d9fbb5a (patch) | |
tree | 2c0e6f606a3c89f5c1f58021caee9eec0dde55ed /world/map/db/const.txt | |
parent | cab5e80475f0fa1370b8587c519bb6b6b7c6190a (diff) | |
download | serverdata-95e60123d75ca265c0c689fce88e82654d9fbb5a.tar.gz serverdata-95e60123d75ca265c0c689fce88e82654d9fbb5a.tar.bz2 serverdata-95e60123d75ca265c0c689fce88e82654d9fbb5a.tar.xz serverdata-95e60123d75ca265c0c689fce88e82654d9fbb5a.zip |
prevent magic rate abuse (10s block on login)
Diffstat (limited to 'world/map/db/const.txt')
-rw-r--r-- | world/map/db/const.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 0a4b5fb0..a76f16b9 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -413,3 +413,15 @@ G_EVENT 50 G_GM 60 G_ADMIN 80 G_SYSOP 99 + +// Server Message Types (smsg builtin) +SMSG_DEBUG 0 +SMSG_GM 1 +SMSG_WARNING 2 +SMSG_SUCCESS 3 +SMSG_FAILURE 4 +SMSG_ERROR 5 +SMSG_LEGAL 6 +SMSG_MOTD 7 +SMSG_AUTOMATIC 8 +SMSG_EVENT 9 |