From 4a875ec392b41030ea8f394335edc2860079fbb9 Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Mon, 1 Jul 2019 20:26:55 +0200 Subject: DB/Creature: Hyldsmeet Warbear shouldn't have random movement. --- sql/updates/world/3.3.5/2019_07_01_06_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_07_01_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2019_07_01_06_world.sql b/sql/updates/world/3.3.5/2019_07_01_06_world.sql new file mode 100644 index 00000000000..f194f0538c3 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_01_06_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `MovementType`=0, `spawndist`=0 WHERE `id`=30174; -- cgit v1.2.3