aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuarte Duarte <dnpd.dd@gmail.com>2014-07-19 23:25:30 +0100
committerDuarte Duarte <dnpd.dd@gmail.com>2014-07-19 23:25:30 +0100
commita8773daf6e627ddaab0fc612a140a0417c4bca09 (patch)
tree054744f6307c798f7e74c459fe822d0b85b75fc8
parent0129213c0c86c2a8ee817de5a48170bd85ad0190 (diff)
SQL: Update and rename 2014_07_19_09_world_misc.sql to 2014_07_19_11_world_misc.sql
Fix a typo in the number of columns of the creature insert query
-rw-r--r--sql/updates/world/2014_07_19_11_world_misc.sql (renamed from sql/updates/world/2014_07_19_09_world_misc.sql)3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/updates/world/2014_07_19_09_world_misc.sql b/sql/updates/world/2014_07_19_11_world_misc.sql
index 5cef0a600bd..981d388df06 100644
--- a/sql/updates/world/2014_07_19_09_world_misc.sql
+++ b/sql/updates/world/2014_07_19_11_world_misc.sql
@@ -12,8 +12,7 @@ UPDATE `creature_template` SET `ScriptName`='npc_minigob_manabonk' WHERE `entry`
-- creature spawn
DELETE FROM `creature` WHERE `guid`=@GUID_MINIGOB;
INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES
-(@GUID_MINIGOB, @ENTRY_MINIGOB, 571, 1, 1, 0, 1, 5877.88, 662.895, 644.53, 1.66366, 300, 0, 0, 3367, 8139, 0, 0, 0, 0);
-
+(@GUID_MINIGOB, @ENTRY_MINIGOB, 571, 1, 1, 5877.88, 662.895, 644.53, 1.66366, 300, 0, 0);
-- game event to spawn the npc
DELETE FROM `game_event` WHERE `eventEntry`=@EVENT_ID;