aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-11-06 18:51:13 +0100
committerKillyana <morphone1@gmail.com>2015-11-06 18:51:13 +0100
commit07792c495744223b1ce8c7ccb457f512c8eac381 (patch)
tree0fca97900dd05a85b19f8c5f02d78a01a4e33434 /sql
parent34d7d7b0279edcf10020907f7f61b7d85a99f037 (diff)
DB/Creature: Add missing spawn for Commander Hobb
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_11_06_42_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_11_06_42_world.sql b/sql/updates/world/2015_11_06_42_world.sql
new file mode 100644
index 00000000000..5505a032c35
--- /dev/null
+++ b/sql/updates/world/2015_11_06_42_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `creature` WHERE `guid` IN (1011);
+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
+(1011, 23434, 530, 1, 0, 0, 1, -4106.57, 1126.79, 43.6441, 5.65259, 180, 0, 0, 57440, 32310, 0);