From e9c7cc764d7b9a8edc91b29f5d3fd8b7397d333c Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 4 Oct 2015 19:41:37 +0200 Subject: DB/Creature: Fix Champion go to bunny movements (cherry picked from commit 8bd594532859f8995b807f49b88f4348bec1cd77) --- sql/updates/world/2015_11_05_00_world_2015_10_04_04.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2015_11_05_00_world_2015_10_04_04.sql diff --git a/sql/updates/world/2015_11_05_00_world_2015_10_04_04.sql b/sql/updates/world/2015_11_05_00_world_2015_10_04_04.sql new file mode 100644 index 00000000000..dda9747be6f --- /dev/null +++ b/sql/updates/world/2015_11_05_00_world_2015_10_04_04.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `spawndist`=0,`MovementType`=0 WHERE `id`=34319; -- cgit v1.2.3