Moved Dr. Chaos spawnlist query.

This commit is contained in:
mobius 2015-01-02 17:07:11 +00:00
parent 54c0ceafb8
commit 4dad24465a
2 changed files with 5 additions and 1 deletions

View File

@ -41,5 +41,4 @@ INSERT IGNORE INTO `grandboss_data` (`boss_id`,`loc_x`,`loc_y`,`loc_z`,`heading`
--
-- Dr. Chaos
--
DELETE FROM spawnlist WHERE (npc_templateid = 32033);
INSERT IGNORE INTO grandboss_data VALUES (25512, 96320, -110912, -3328, 8191, 0, 0, 0, 0);

View File

@ -42996,3 +42996,8 @@ INSERT INTO `spawnlist` VALUES
('24_18', 1, 31031, 144056, 22996, -2144, 0, 0, 0, 60, 0, 0, 0), -- Broadcasting Tower
('24_18', 1, 31756, 147728, 27408, -2198, 0, 0, 16500, 60, 0, 0, 0), -- Mr. Cat
('24_18', 1, 31757, 147761, 27408, -2198, 0, 0, 16500, 60, 0, 0, 0); -- Miss Queen
--
-- Dr. Chaos
--
DELETE FROM spawnlist WHERE (npc_templateid = 32033);