fix(Scripts/Naxxramas): refactored instance script (#21539)
This commit is contained in:
parent
9f99e89bc3
commit
a2eaa57394
18 changed files with 1053 additions and 1756 deletions
|
|
@ -0,0 +1,8 @@
|
|||
-- update Mr. Bigglesworth script name
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_mr_bigglesworth' WHERE (`entry` = 16998);
|
||||
|
||||
-- update Living Poison script name
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_living_poison' WHERE (`entry` = 16027);
|
||||
|
||||
-- update Naxxramas Trigger script name
|
||||
UPDATE `creature_template` SET `ScriptName` = 'npc_naxxramas_trigger' WHERE (`entry` = 16082);
|
||||
Loading…
Add table
Add a link
Reference in a new issue