aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2012-05-31 22:24:44 -0230
committerMalcrom <malcromdev@gmail.com>2012-05-31 22:24:44 -0230
commit189e32cab99bc5a2cc8987298089b90dafa8c222 (patch)
tree23a23dbb51c79f00b2ec465fc7478f11c9b7ccd1
parentfaaf22d628b538511478a579ef1d95eb61251176 (diff)
DB/creature: Add a couple more Domesticated Felboar Spawns
-rw-r--r--sql/updates/world/2012_05_31_11_world_creature.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2012_05_31_11_world_creature.sql b/sql/updates/world/2012_05_31_11_world_creature.sql
new file mode 100644
index 00000000000..177c6230964
--- /dev/null
+++ b/sql/updates/world/2012_05_31_11_world_creature.sql
@@ -0,0 +1,6 @@
+-- Add a couple more Domesticated Felboar Spawns
+SET @GUID := 42567;
+DELETE FROM `creature` WHERE `guid` IN (@GUID,@GUID+1);
+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,21195,530,1,1,0,0,-2678.16016,1477.65625,26.9172077,4.86340427,300,5,0,1,0,1),
+(@GUID+1,21195,530,1,1,0,0,-2691.666,1525,21.3857346,0.3155697,300,5,0,1,0,1);