diff options
author | Killyana <morphone1@gmail.com> | 2015-09-26 22:08:13 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2015-09-26 22:08:13 +0200 |
commit | 1b360c8ec890758a0670cc942e7455addca292e3 (patch) | |
tree | a02b2f4573fcd2d9125305f9bdb0ffc20fbd5b6b | |
parent | 706053129ac82dc3e143fb40b931afa9926c0de1 (diff) |
DB/Creature: Iceskin Sentry
Add missing aura
Fix movements and react
-rw-r--r-- | sql/updates/world/2015_09_26_03_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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); |