From 6fd9539c0485007ee7b835dc30178a636c37e47c Mon Sep 17 00:00:00 2001 From: Attila Koszo Date: Fri, 7 Jan 2022 12:30:53 +0100 Subject: [PATCH] fixed hibernate not being categorized as a desorient --- Libs/DRData-1.0/DRData-1.0.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Libs/DRData-1.0/DRData-1.0.lua b/Libs/DRData-1.0/DRData-1.0.lua index e6bd775..9be683e 100644 --- a/Libs/DRData-1.0/DRData-1.0.lua +++ b/Libs/DRData-1.0/DRData-1.0.lua @@ -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 -]] \ No newline at end of file +]]