diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/TC1_1534_world.sql | 3 | ||||
-rw-r--r-- | sql/world_scripts_full.sql | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/TC1_1534_world.sql b/sql/updates/TC1_1534_world.sql new file mode 100644 index 00000000000..593069435fd --- /dev/null +++ b/sql/updates/TC1_1534_world.sql @@ -0,0 +1,3 @@ +UPDATE `creature_template` SET `ScriptName` = 'mob_ethereal_apprentice' WHERE `entry` = 18431; + +DELETE FROM `creature` WHERE `id` = 18431; diff --git a/sql/world_scripts_full.sql b/sql/world_scripts_full.sql index d074a524da4..3832574dc34 100644 --- a/sql/world_scripts_full.sql +++ b/sql/world_scripts_full.sql @@ -130,6 +130,7 @@ UPDATE `creature_template` SET `ScriptName`='npc_ruul_snowhoof' WHERE `entry` = UPDATE `creature_template` SET `ScriptName`='boss_pandemonius' WHERE `entry`=18341; UPDATE `creature_template` SET `ScriptName`='boss_nexusprince_shaffar' WHERE `entry`=18344; UPDATE `creature_template` SET `ScriptName`='mob_ethereal_beacon' WHERE `entry`=18431; +UPDATE `creature_template` SET `ScriptName`='mob_ethereal_apprentice' WHERE `entry`=18431; /* AUCHENAI CRYPTS */ UPDATE `creature_template` SET `ScriptName`='boss_exarch_maladaar' WHERE `entry`=18373; |