diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-24 13:26:14 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-24 13:26:14 -0400 |
commit | 96a7429f80fe28e952b7b95afd8e37c0ebc8544a (patch) | |
tree | 2c0e6f606a3c89f5c1f58021caee9eec0dde55ed /world/map/db/const.txt | |
parent | cab5e80475f0fa1370b8587c519bb6b6b7c6190a (diff) | |
parent | 95e60123d75ca265c0c689fce88e82654d9fbb5a (diff) | |
download | serverdata-96a7429f80fe28e952b7b95afd8e37c0ebc8544a.tar.gz serverdata-96a7429f80fe28e952b7b95afd8e37c0ebc8544a.tar.bz2 serverdata-96a7429f80fe28e952b7b95afd8e37c0ebc8544a.tar.xz serverdata-96a7429f80fe28e952b7b95afd8e37c0ebc8544a.zip |
Merge pull request #483 from mekolat/rate-abuse
prevent magic rate abuse
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 |