diff options
| author | Rushor <PBienati@web.de> | 2015-07-26 00:13:55 +0100 |
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2015-07-26 00:13:55 +0100 |
| commit | 6ce05144b25f15062e4c74490340cb2a15f5e3bb (patch) | |
| tree | d75ddf8fb55ab8e9553b6ffbc53c43917489a55f | |
| parent | 44673b89d5aa682ce0e12abeae2ffd1ecc3fab89 (diff) | |
DB/Spawn: Dark Iron Brewer
(cherry picked from commit 6ce6445e38a949be811c9ae5d0052d4902ce3a76)
| -rw-r--r-- | sql/updates/world/2015_07_26_01_world_2015_07_25_01.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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); |
