diff options
Diffstat (limited to 'src/defines.h')
-rw-r--r-- | src/defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defines.h b/src/defines.h index f1c6bbc5..2a5a7a56 100644 --- a/src/defines.h +++ b/src/defines.h @@ -191,6 +191,7 @@ enum { PGMSG_USE_ITEM = 0x0300, // B slot GPMSG_USE_RESPONSE = 0x0301, // B error GPMSG_BEINGS_DAMAGE = 0x0310, // { W being id, W amount }* + GPMSG_CREATE_EFFECT = 0x0320, // W effect id, W*2 position // Guild PCMSG_GUILD_CREATE = 0x0350, // S name |