aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2016-11-04 18:13:51 +0100
committerjoschiwald <joschiwald.trinity@gmail.com>2017-12-10 18:01:43 +0100
commite2ad91ddbc0a2ee23319995f15e2c2474560638f (patch)
tree041340347e73564624accf60a787fc4dbcf2edd3
parent6c54fbbb03f909cb0f82857db50a9fce8a309f46 (diff)
DB/Creature: Citadel Watcher
(cherry picked from commit 9ac22ef053ac2da126d564c7c7b1b45eb0fdbc19)
-rw-r--r--sql/updates/world/master/2017_12_10_02_world_2016_11_04_01_world.sql14
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_12_10_02_world_2016_11_04_01_world.sql b/sql/updates/world/master/2017_12_10_02_world_2016_11_04_01_world.sql
new file mode 100644
index 00000000000..0b23027ff68
--- /dev/null
+++ b/sql/updates/world/master/2017_12_10_02_world_2016_11_04_01_world.sql
@@ -0,0 +1,14 @@
+--
+DELETE FROM `creature` WHERE `guid` IN (1070, 1115, 1158,121595,1162);
+INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `PhaseID`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
+(1070, 31787, 571, 0, 0, 1, 0, 0, 0, 6016.53, 2052.48, 636.058, 5.23599, 300, 0, 0, 12175, 3893, 0, 0, 0, 0, 0),
+(1115, 31787, 571, 0, 0, 1, 0, 0, 0, 6110.05, 2330.27, 636.336, 0.575959, 300, 0, 0, 12175, 3893, 0, 0, 0, 0, 0),
+(1158, 31787, 571, 0, 0, 1, 0, 0, 0, 6121.4, 2309.11, 636.225, 0.575959, 300, 0, 0, 12175, 3893, 0, 0, 0, 0, 0),
+(121595, 31787, 571, 0, 0, 1, 0, 0, 0, 5952.47, 2197.624, 636.041, 5.23587, 300, 0, 0, 12175, 3893, 0, 0, 0, 0, 0),
+(1162, 31787, 571, 0, 0, 1, 0, 0, 0, 5990.604, 2116.24, 636.041, 1.876254, 300, 0, 0, 12175, 3893, 0, 0, 0, 0, 0);
+
+UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry` IN (31787);
+DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id`=31787);
+
+DELETE FROM `creature_template_addon` WHERE `entry` = 31787;
+INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`emote`) VALUES (31787,50331648,1,429);