diff options
author | Wyreth <Wyreth@users.noreply.github.com> | 2017-09-23 15:45:54 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-09-08 22:48:35 +0200 |
commit | a6fe13d315ccb9611c5558aacdf6e8fc0b94fedd (patch) | |
tree | e81521307491a97bc26a2a9d8bef6a7174aa5815 | |
parent | f366e9823f296eaf285982b7bc0c28775d32fdd9 (diff) |
DB/Creature: Remove wrong aura from some spawns
Closes #20392
(cherry picked from commit bc0af84da1a98c95ee41ebab6f8663f8326bcd2d)
-rw-r--r-- | sql/updates/world/master/2020_09_08_06_world_2017_09_23_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_09_08_06_world_2017_09_23_01_world.sql b/sql/updates/world/master/2020_09_08_06_world_2017_09_23_01_world.sql new file mode 100644 index 00000000000..810472e00c9 --- /dev/null +++ b/sql/updates/world/master/2020_09_08_06_world_2017_09_23_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_addon` SET `auras`="" WHERE `auras`="51714"; |