diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/3596_world_scripts.sql | 1 | ||||
| -rw-r--r-- | sql/world_scripts_full.sql | 1 | 
2 files changed, 2 insertions, 0 deletions
| diff --git a/sql/updates/3596_world_scripts.sql b/sql/updates/3596_world_scripts.sql new file mode 100644 index 00000000000..14eafdb22db --- /dev/null +++ b/sql/updates/3596_world_scripts.sql @@ -0,0 +1 @@ +UPDATE `creature_template` SET `ScriptName`='npc_death_knight_initiate' WHERE `entry`=28406; diff --git a/sql/world_scripts_full.sql b/sql/world_scripts_full.sql index e539a1229f8..97e4d15ca49 100644 --- a/sql/world_scripts_full.sql +++ b/sql/world_scripts_full.sql @@ -102,6 +102,7 @@ UPDATE `creature_template` SET `ScriptName`='npc_unworthy_initiate' WHERE `entry  UPDATE `creature_template` SET `ScriptName`='npc_unworthy_initiate_anchor' WHERE `entry`=29521;  UPDATE `creature_template` SET `ScriptName`='npc_kingdom_of_dalaran_quests' WHERE `entry` IN (29169,23729,26673,27158,29158,29161,26471,29155,29159,29160,29162);  UPDATE `creature_template` SET `ScriptName`='npc_taxi' WHERE `entry` IN (17435, 23413, 18725, 19401, 19409, 20235, 25059, 25236, 20903, 20162, 29154, 23415, 27575, 26443, 26949, 23816); +UPDATE `creature_template` SET `ScriptName`='npc_death_knight_initiate' WHERE `entry`=28406;  /*  */  /* ZONE */ | 
