From dd1b92878ff452f920c2e7a6dc0a3201b068d07f Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Thu, 8 Dec 2022 16:41:33 +0000 Subject: Equipment stats --- src/mmo/clif.t.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/mmo') diff --git a/src/mmo/clif.t.hpp b/src/mmo/clif.t.hpp index 1d46342..f216064 100644 --- a/src/mmo/clif.t.hpp +++ b/src/mmo/clif.t.hpp @@ -316,6 +316,20 @@ enum class SP : uint16_t UNBREAKABLE = 60, #endif + // stats from equipment + STR2 = 61, + // sent to client + AGI2 = 62, + // sent to client + VIT2 = 63, + // sent to client + INT2 = 64, + // sent to client + DEX2 = 65, + // sent to client + LUK2 = 66, + // sent to client + DEAF = 70, // sent to client -- cgit v1.2.3-70-g09d2