diff options
author | Kittnz <frederik156@hotmail.com> | 2016-05-28 09:31:52 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-01-09 21:31:46 +0100 |
commit | f22776f43956822a32de4a597cd3f7b25e69a2e2 (patch) | |
tree | 79a2d166d2b4eafa058631bc758109176e6f4ac4 | |
parent | dad19df69deb0e028c94058034f90485c4bd6cec (diff) |
DB/Creature: Add missing aura for Snorts
by Kodekc
Closes #17194
(cherry picked from commit bd1347569773b73bee3ae18323cc1cad9aa57f60)
-rw-r--r-- | sql/updates/world/master/2017_01_09_12_world_2016_05_28_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_09_12_world_2016_05_28_00_world.sql b/sql/updates/world/master/2017_01_09_12_world_2016_05_28_00_world.sql new file mode 100644 index 00000000000..602f7834cd8 --- /dev/null +++ b/sql/updates/world/master/2017_01_09_12_world_2016_05_28_00_world.sql @@ -0,0 +1 @@ +UPDATE `creature_addon` SET `auras`=55701 WHERE `guid`=100071; |