From 18a8aca0261c56c50bf66d7b4aef09e99fe71804 Mon Sep 17 00:00:00 2001 From: Jooooooooooooooooo Date: Sat, 19 Nov 2022 14:29:59 +0900 Subject: [PATCH] Update spells.lua Classic Potion : ItemID -> SpellID ex) https://www.wowhead.com/wotlk/item=42545/runic-mana-injector https://www.wowhead.com/wotlk/spell=67490/runic-mana-injector --- Libs/DF/spells.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Libs/DF/spells.lua b/Libs/DF/spells.lua index 7d647def..805bb3fa 100644 --- a/Libs/DF/spells.lua +++ b/Libs/DF/spells.lua @@ -1393,16 +1393,16 @@ elseif (DF.IsWotLKWow()) then } DF.PotionIDs = { - [40093] = true, --Indestructable Potion - [40211] = true, --Potion of Speed - [40212] = true, --Potion of Wild Magic - [40081] = true, --Potion of Nightmares - [33447] = true, -- Runic Healing Potion - [41166] = true, -- Runic Healing Injector - [40087] = true, -- Powerful Rejuvenation Potion - [40077] = true, -- Crazy Alchemist's Potion - [33448] = true, -- Runic Mana Potion - [42545] = true, -- Runic Mana Injector + [53762] = true, --Indestructable Potion + [53908] = true, --Potion of Speed + [53909] = true, --Potion of Wild Magic + [53753] = true, --Potion of Nightmares + [43185] = true, -- Runic Healing Potion + [67489] = true, -- Runic Healing Injector + [53761] = true, -- Powerful Rejuvenation Potion + [53750] = true, -- Crazy Alchemist's Potion + [43186] = true, -- Runic Mana Potion + [67490] = true, -- Runic Mana Injector } DF.FeastIDs = {} DF.RuneIDs = {}