*Cleanup, fix a lot of potential crashes and typos.

--HG--
branch : trunk
This commit is contained in:
maximius
2009-10-15 11:50:11 -07:00
parent 4159903fad
commit 73fd09f4d6
15 changed files with 339 additions and 265 deletions

View File

@@ -1,5 +1,8 @@
-- Up to TC2 5408
-- Cleanup first
UPDATE `creature_template` SET `ScriptName`='';
/* WORLD BOSS */
UPDATE `creature_template` SET `ScriptName`='boss_ysondre' WHERE `entry`=14887;
UPDATE `creature_template` SET `ScriptName`='boss_emeriss' WHERE `entry`=14889;

View File

@@ -1,2 +1,2 @@
UPDATE `creature_template` SET `ScriptName`='npc_apothecary_hanes';
UPDATE `creature_template` SET `ScriptName`='npc_apothecary_hanes' WHERE `entry`=23784;