diff options
| author | freeganja <none@none> | 2009-05-28 13:16:17 +0200 |
|---|---|---|
| committer | freeganja <none@none> | 2009-05-28 13:16:17 +0200 |
| commit | f61911b5f5028b9fec35c8645a8495b484ae4e34 (patch) | |
| tree | 47ee3bc4f13a411d63f6be89c58e08c6b41e87f9 /sql/updates | |
| parent | 0c38d04691ac19ce3fdcf2c0515c34c9def91d71 (diff) | |
*Fix a typo in scriptname.
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/TC1_1534_world.sql | 2 |
1 files changed, 1 insertions, 1 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; |
