From 53f3adffb8e9c7e112af8e6ee308c337a89cd0b6 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 (cherry picked from commit 1b360c8ec890758a0670cc942e7455addca292e3) --- sql/updates/world/2015_10_31_14_world_2015_09_26_03.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_10_31_14_world_2015_09_26_03.sql (limited to 'sql') diff --git a/sql/updates/world/2015_10_31_14_world_2015_09_26_03.sql b/sql/updates/world/2015_10_31_14_world_2015_09_26_03.sql new file mode 100644 index 00000000000..b5ee16e808a --- /dev/null +++ b/sql/updates/world/2015_10_31_14_world_2015_09_26_03.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