mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Scripts/Naxxramas): refactored instance script (#21539)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user