aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyreth <Wyreth@users.noreply.github.com>2017-10-22 14:59:13 +0200
committerKillyana <morphone1@gmail.com>2017-10-22 14:59:13 +0200
commit2e98c3c3205b61c5f06c60cf850a1a960d1e28f8 (patch)
tree98fe979f48649a022ec47ce0bb41d7dc16b07321
parent398e67cbca3960603cc498e8b0e40bd6a7625d6e (diff)
DB/Creature: Remove wrong mount from Champion Vranesh and fix the react state
Closes #20685
-rw-r--r--sql/updates/world/3.3.5/2017_10_22_01_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_22_01_world.sql b/sql/updates/world/3.3.5/2017_10_22_01_world.sql
new file mode 100644
index 00000000000..cd293e88b2e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_22_01_world.sql
@@ -0,0 +1,3 @@
+--
+UPDATE `creature_template_addon` SET `mount`=0 WHERE `entry`=18146;
+UPDATE `smart_scripts` SET `action_param6`=2 WHERE `entryorguid`=18146 AND `source_type`=0 AND `id`=0;