summaryrefslogtreecommitdiff
path: root/src/mmo/clif.t.hpp
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-11-27 13:47:33 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-27 13:47:33 +0000
commit70c2692d38e6fac1c230a51c283438de11a61ce1 (patch)
treef1b3713ad5ce48f48e688bb627edc51af067eb0d /src/mmo/clif.t.hpp
parent4d23200c606b5c96877384f5ab2820a6cfcadda8 (diff)
parent78ad8bcab7a0d29200e8cd47c1d759d0eeb15a72 (diff)
downloadtmwa-70c2692d38e6fac1c230a51c283438de11a61ce1.tar.gz
tmwa-70c2692d38e6fac1c230a51c283438de11a61ce1.tar.bz2
tmwa-70c2692d38e6fac1c230a51c283438de11a61ce1.tar.xz
tmwa-70c2692d38e6fac1c230a51c283438de11a61ce1.zip
Merge branch 'activity_checks' into 'master'
activity checks and status cleanup See merge request legacy/tmwa!252
Diffstat (limited to 'src/mmo/clif.t.hpp')
-rw-r--r--src/mmo/clif.t.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mmo/clif.t.hpp b/src/mmo/clif.t.hpp
index 1d61070..f8350a7 100644
--- a/src/mmo/clif.t.hpp
+++ b/src/mmo/clif.t.hpp
@@ -333,6 +333,12 @@ enum class SP : uint16_t
DEAF = 70,
+ KILLS = 490,
+ CASTS = 491,
+ ITEMS_USED = 492,
+ TILES_WALKED = 493,
+ ATTACKS = 494,
+
// sent to client
GM = 500,