diff options
-rw-r--r-- | sql/updates/1421_world.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/1421_world.sql b/sql/updates/1421_world.sql index 28335c9fa30..d5fb628114e 100644 --- a/sql/updates/1421_world.sql +++ b/sql/updates/1421_world.sql @@ -18,7 +18,7 @@ UPDATE `creature_template` SET `minlevel` =70, `maxlevel` = 70, `unit_flags` = 3 UPDATE `creature_template` SET `minlevel` = 70, `maxlevel` = 70, `minhealth` = 20000, maxhealth = 20000 WHERE entry = 25502; UPDATE `creature_template` SET `minhealth` = 12600000, maxhealth = 12600000, minmana = 2000000, maxmana = 2000000 WHERE entry = 25315; UPDATE `creature_template` SET `minhealth` = 110000, maxhealth = 110000, minmana = 100000, maxmana = 100000 WHERE entry =25708; -UPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73 WHERE entry = 25735 +UPDATE `creature_template` SET `minlevel` = 73, `maxlevel` = 73 WHERE entry = 25735; DELETE FROM creature WHERE id IN (25319, 25588, 25608); INSERT INTO creature (id, map, spawnMask, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, curhealth, curmana, DeathState, MovementType) VALUES @@ -167,4 +167,4 @@ UPDATE `creature_template` SET `ScriptName` = "npc_dark_fiend" WHERE `entry` = 2 UPDATE `creature_template` SET `ScriptName` = "boss_muru" WHERE `entry` = 25741; UPDATE `creature_template` SET `ScriptName` = "boss_entropius" WHERE `entry` = 25840; UPDATE `creature_template` SET `ScriptName` = "npc_muru_portal" WHERE `entry` = 25770; -UPDATE `creature_template` SET `ScriptName` = "mob_eventai" WHERE `entry` = 25798;
\ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = "mob_eventai" WHERE `entry` = 25798; |