aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-09-26 22:08:13 +0200
committerMitchesD <majklprofik@seznam.cz>2015-10-31 10:54:09 +0100
commit53f3adffb8e9c7e112af8e6ee308c337a89cd0b6 (patch)
tree99cff3d0bbb8d4772e35a151264794cbf2e44f62
parent9ad59e806cd2331e444e8698506d29317f27dcd8 (diff)
DB/Creature: Iceskin Sentry
Add missing aura Fix movements and react (cherry picked from commit 1b360c8ec890758a0670cc942e7455addca292e3)
-rw-r--r--sql/updates/world/2015_10_31_14_world_2015_09_26_03.sql5
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);