fixed hibernate not being categorized as a desorient

This commit is contained in:
Attila Koszo
2022-01-07 12:30:53 +01:00
parent d3fb47d887
commit 6fd9539c04

View File

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