aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAlyen <none@none>2009-05-27 18:53:31 +0200
committerAlyen <none@none>2009-05-27 18:53:31 +0200
commit0c38d04691ac19ce3fdcf2c0515c34c9def91d71 (patch)
tree60345584baabb3a5cb57f23f2013c436a91f2fef /sql
parentfac0b28ece7de0ae7cab3d9ff87ae1ff7c69fda3 (diff)
*Some changes in Nexus-Prince Shaffar's script.
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/TC1_1534_world.sql3
-rw-r--r--sql/world_scripts_full.sql1
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;