diff options
-rw-r--r-- | sql/updates/world/2015_10_31_14_world_2015_09_26_03.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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); |