*Fix a typo in r1421's sql file by Phacops. Thank you.
--HG-- branch : trunk
This commit is contained in:
@@ -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;
|
||||
UPDATE `creature_template` SET `ScriptName` = "mob_eventai" WHERE `entry` = 25798;
|
||||
|
||||
Reference in New Issue
Block a user