From f31c560a3cb95ff8a0ee3348e90144876c115756 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Mon, 1 Jul 2013 11:34:22 -0230 Subject: DB/Creature: Fix some bad spawning in LBRS --- sql/updates/world/2013_07_01_02_world_creature.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2013_07_01_02_world_creature.sql (limited to 'sql') 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); -- cgit v1.2.3