diff options
Diffstat (limited to 'src/mmo')
-rw-r--r-- | src/mmo/skill.t.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mmo/skill.t.hpp b/src/mmo/skill.t.hpp index 166543c..1509852 100644 --- a/src/mmo/skill.t.hpp +++ b/src/mmo/skill.t.hpp @@ -57,6 +57,8 @@ enum class StatusChange : uint16_t SC_COOLDOWN_MT = 73, // Mana Tyrant cooldown SC_COOLDOWN_R = 74, // Kaflosh cooldown SC_COOLDOWN_AR = 75, // Frillyar cooldown + SC_COOLDOWN_ENCH = 76, // Enchanter cooldown + SC_COOLDOWN_KOY = 77, // Koyntety cooldown SC_POISON = 132, // bad; actually used |