From 1b360c8ec890758a0670cc942e7455addca292e3 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 26 Sep 2015 22:08:13 +0200 Subject: DB/Creature: Iceskin Sentry Add missing aura Fix movements and react --- sql/updates/world/2015_09_26_03_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_09_26_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_09_26_03_world.sql b/sql/updates/world/2015_09_26_03_world.sql new file mode 100644 index 00000000000..b5ee16e808a --- /dev/null +++ b/sql/updates/world/2015_09_26_03_world.sql @@ -0,0 +1,5 @@ +-- Iceskin Sentry +UPDATE `creature` SET `movementtype`=0, `spawndist`=0 WHERE `id`=31012; +UPDATE `creature_addon` SET `bytes1`=50331657 WHERE `guid`=121512; +UPDATE `creature_template` SET `unit_flags`=2147778560 WHERE `entry`=31012; +UPDATE `creature_addon` SET `auras`="58269" WHERE `guid` IN (121497, 121498, 121499, 121500, 121502, 121503, 121504, 121505, 121506, 121507, 121508, 121509, 121510, 121511, 121512); -- cgit v1.2.3