diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2023-04-29 12:16:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-29 12:16:23 +0200 |
commit | bacb00117a304b281804698120e8c9b64b99144c (patch) | |
tree | 73f7da01456459264aea595635503db9abb0ccbd /sql | |
parent | a78071f682c88d33f8cfaba0f9368ec3ce5713c5 (diff) |
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
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2023_04_29_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |