From 90797df32e403426c7962408679389a24c899a69 Mon Sep 17 00:00:00 2001 From: Wyreth Date: Sun, 22 Oct 2017 14:59:13 +0200 Subject: DB/Creature: Remove wrong mount from Champion Vranesh and fix the react state Closes #20685 (cherry picked from commit 2e98c3c3205b61c5f06c60cf850a1a960d1e28f8) --- sql/updates/world/master/2021_01_09_01_world_2017_10_22_01_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_01_09_01_world_2017_10_22_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_01_09_01_world_2017_10_22_01_world.sql b/sql/updates/world/master/2021_01_09_01_world_2017_10_22_01_world.sql new file mode 100644 index 00000000000..cd293e88b2e --- /dev/null +++ b/sql/updates/world/master/2021_01_09_01_world_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; -- cgit v1.2.3