diff options
Diffstat (limited to 'src/mmo')
-rw-r--r-- | src/mmo/skill.t.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mmo/skill.t.hpp b/src/mmo/skill.t.hpp index df9c40c..4d9a766 100644 --- a/src/mmo/skill.t.hpp +++ b/src/mmo/skill.t.hpp @@ -52,6 +52,10 @@ enum class StatusChange : uint16_t SC_HEALING = 70, // item script + SC_COOLDOWN = 71, // Spell cooldown + SC_COOLDOWN_MG = 72, // Mana Guardian cooldown + SC_COOLDOWN_MT = 73, // Mana Tyrant cooldown + SC_POISON = 132, // bad; actually used SC_ATKPOT = 185, // item script |