aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfreeganja <none@none>2009-05-28 13:16:17 +0200
committerfreeganja <none@none>2009-05-28 13:16:17 +0200
commitf61911b5f5028b9fec35c8645a8495b484ae4e34 (patch)
tree47ee3bc4f13a411d63f6be89c58e08c6b41e87f9
parent0c38d04691ac19ce3fdcf2c0515c34c9def91d71 (diff)
*Fix a typo in scriptname.
--HG-- branch : trunk
-rw-r--r--sql/updates/TC1_1534_world.sql2
-rw-r--r--sql/world_scripts_full.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/TC1_1534_world.sql b/sql/updates/TC1_1534_world.sql
index 593069435fd..cd80a785278 100644
--- a/sql/updates/TC1_1534_world.sql
+++ b/sql/updates/TC1_1534_world.sql
@@ -1,3 +1,3 @@
-UPDATE `creature_template` SET `ScriptName` = 'mob_ethereal_apprentice' WHERE `entry` = 18431;
+UPDATE `creature_template` SET `ScriptName` = 'mob_ethereal_apprentice' WHERE `entry` = 18430;
DELETE FROM `creature` WHERE `id` = 18431;
diff --git a/sql/world_scripts_full.sql b/sql/world_scripts_full.sql
index 3832574dc34..e00872ce13e 100644
--- a/sql/world_scripts_full.sql
+++ b/sql/world_scripts_full.sql
@@ -130,7 +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;
+UPDATE `creature_template` SET `ScriptName`='mob_ethereal_apprentice' WHERE `entry`=18430;
/* AUCHENAI CRYPTS */
UPDATE `creature_template` SET `ScriptName`='boss_exarch_maladaar' WHERE `entry`=18373;