diff options
author | Sorikoff <Sorikoff@users.noreply.github.com> | 2020-02-27 14:17:59 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-22 13:06:54 +0100 |
commit | 0682ac3221e50c5f0a8f1288cd8dabb7eb6710f2 (patch) | |
tree | de4d45e594b34c6abcd6c3ef3c30ef4ce5dca998 | |
parent | 2f30a9986c9408535461c004b5255e7f76078d4b (diff) |
DB/Creature: Remove wrong auras from Unworthy Initiate
Closes #24204
(cherry picked from commit 2b59159f6af636742dc5f418ac2a5aa25507a840)
-rw-r--r-- | sql/updates/world/master/2021_12_22_03_world_2020_02_27_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_22_03_world_2020_02_27_00_world.sql b/sql/updates/world/master/2021_12_22_03_world_2020_02_27_00_world.sql new file mode 100644 index 00000000000..e439563ad6b --- /dev/null +++ b/sql/updates/world/master/2021_12_22_03_world_2020_02_27_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `creature_template_addon` SET `auras`='' WHERE `entry` IN (29519, 29520, 29565, 29566, 29567); +DELETE FROM `creature_addon` WHERE `guid` IN (128740); |