From 6ce05144b25f15062e4c74490340cb2a15f5e3bb Mon Sep 17 00:00:00 2001 From: Rushor Date: Sun, 26 Jul 2015 00:13:55 +0100 Subject: DB/Spawn: Dark Iron Brewer (cherry picked from commit 6ce6445e38a949be811c9ae5d0052d4902ce3a76) --- sql/updates/world/2015_07_26_01_world_2015_07_25_01.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2015_07_26_01_world_2015_07_25_01.sql (limited to 'sql') diff --git a/sql/updates/world/2015_07_26_01_world_2015_07_25_01.sql b/sql/updates/world/2015_07_26_01_world_2015_07_25_01.sql new file mode 100644 index 00000000000..f2fea14343d --- /dev/null +++ b/sql/updates/world/2015_07_26_01_world_2015_07_25_01.sql @@ -0,0 +1,5 @@ +-- Dark Iron Brewer +SET @GUID := 12482; +DELETE FROM `creature` WHERE `guid`= @GUID; +INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`) VALUES +(@GUID,28067,230,1,1,0,0,891.271,-174.899,-43.925,0.445,180,0,0,2215,0,0); -- cgit v1.2.3