From bacb00117a304b281804698120e8c9b64b99144c Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 29 Apr 2023 12:16:23 +0200 Subject: DB/Conditions: Fix spell id of essence of wintergrasp for instances https://www.wowhead.com/spell=58045/essence-of-wintergrasp#comments:id=868157 https://www.wowhead.com/spell=57940/essence-of-wintergrasp#comments:id=1127284 --- sql/updates/world/3.3.5/2023_04_29_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2023_04_29_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2023_04_29_00_world.sql b/sql/updates/world/3.3.5/2023_04_29_00_world.sql new file mode 100644 index 00000000000..4a7b0ff9555 --- /dev/null +++ b/sql/updates/world/3.3.5/2023_04_29_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `ConditionValue1` = 57940 WHERE `SourceEntry` = 43228 AND `ConditionValue1` = 58045; -- cgit v1.2.3