diff options
author | Malcrom <malcromdev@gmail.com> | 2013-07-01 11:34:22 -0230 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2013-07-01 11:34:22 -0230 |
commit | f31c560a3cb95ff8a0ee3348e90144876c115756 (patch) | |
tree | 19c02908ff6b1b8b21a921349779255c47c07076 | |
parent | 00b2829ee6c461b4ddb07370c7872fc046d3cc0e (diff) |
DB/Creature: Fix some bad spawning in LBRS
-rw-r--r-- | sql/updates/world/2013_07_01_02_world_creature.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_01_02_world_creature.sql b/sql/updates/world/2013_07_01_02_world_creature.sql new file mode 100644 index 00000000000..3e8e00f9779 --- /dev/null +++ b/sql/updates/world/2013_07_01_02_world_creature.sql @@ -0,0 +1,6 @@ +DELETE FROM `creature` WHERE `guid` IN (44456,45095,40507,40508); +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 +(44456,9197,229,1,1,0,0,-40.63613,-372.2156,50.56116,0.8552113,10800,5,0,1,0,1), +(45095,9197,229,1,1,0,0,-22.85546,-377.8695,49.04873,6.161012,10800,5,0,1,0,1), +(40507,9216,229,1,1,0,0,-44.31393,-364.7873,52.05709,1.832596,10800,5,0,1,0,1), +(40508,9216,229,1,1,0,0,-16.89405,-385.1013,48.95151,0.5934119,10800,5,0,1,0,1); |