added scare beast debuff and cooldown #24

Closed
Kazimazi wants to merge 3 commits from main into main
2 changed files with 15 additions and 4 deletions
Showing only changes of commit 6fd9539c04 - Show all commits

View File

@ -188,9 +188,9 @@ Data.spells = {
--[[ SLEEPS ]]-- --[[ SLEEPS ]]--
-- Hibernate -- Hibernate
[2637] = "sleep", [2637] = "disorient",
[18657] = "sleep", [18657] = "disorient",
[18658] = "sleep", [18658] = "disorient",
-- Wyvern Sting -- Wyvern Sting
[19386] = "disorient", [19386] = "disorient",
@ -398,4 +398,4 @@ local function COMBAT_LOG_EVENT_UNFILTERED(self, event, timestamp, eventType, so
resetDR(destGUID) resetDR(destGUID)
end end
end end
]] ]]