aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_11_06_41_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_41_world.sql b/sql/updates/world/2015_11_06_41_world.sql
new file mode 100644
index 00000000000..4c177a8c93f
--- /dev/null
+++ b/sql/updates/world/2015_11_06_41_world.sql
@@ -0,0 +1,5 @@
+--
+SET @GUID := 24;
+DELETE FROM `creature` WHERE `id` IN (31810);
+INSERT INTO `creature` (`guid`,`id`,`map`,`spawnMask`,`PhaseId`,`modelid`,`equipment_id`,`position_x`,`position_y`,`position_z`,`orientation`,`spawntimesecs`,`spawndist`,`currentwaypoint`,`curhealth`,`curmana`,`MovementType`) VALUES
+(@GUID,31810,571,1,0,0,1,7850.829,-1393.344,1534.143,5.88176,300,0,0,1,0,0);