aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRushor <Rushor@users.noreply.github.com>2017-01-26 16:53:06 +0100
committerKillyana <morphone1@gmail.com>2017-01-26 16:53:06 +0100
commitd5ab68250c8e883a622f437579f428c9d29ef45c (patch)
treed7ea40472d2827b7eeffcb1e3dea8bf48f74ceb4
parent5d626c8e550216683a8883d671b2c25ed50c1d61 (diff)
DB/Creature: Iron Sentinel <Servant of Loken>
Closes #18974
-rw-r--r--sql/updates/world/3.3.5/2017_01_26_12_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_26_12_world.sql b/sql/updates/world/3.3.5/2017_01_26_12_world.sql
new file mode 100644
index 00000000000..457d994aad3
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_01_26_12_world.sql
@@ -0,0 +1,9 @@
+-- [NPC][WotlK] Iron Sentinel <Servant of Loken>, missing spawn
+SET @GUID := 74019;
+DELETE FROM `creature` WHERE `guid`=@GUID;
+INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
+(@GUID, 29984, 571, 67, 4446, 1, 1, 27092, 0, 8474.9, -1601.15, 1037.59, 0.126558, 300, 0, 0, 50400, 0, 0, 0, 0, 0, 0);
+
+DELETE FROM `creature_addon` WHERE `guid` = @GUID;
+INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES
+(@GUID, 0, 0, 0, 1, 333, "");