diff options
author | Anubisss <none@none> | 2009-06-16 15:21:00 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-06-16 15:21:00 +0200 |
commit | 36bd1172bd3296a6cd3dce2d011a23b3c795938c (patch) | |
tree | 7c2847bdc5ce524d36ede8d8e0ebe863677ed984 | |
parent | 56408648456b8b78d0bfed4aec8d74473ab6b62e (diff) |
*Fix a typo in a SQL.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/3910_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/3910_world.sql b/sql/updates/3910_world.sql index bc73d3aef5f..2e0d54fc545 100644 --- a/sql/updates/3910_world.sql +++ b/sql/updates/3910_world.sql @@ -1,6 +1,6 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_threshwackonator' WHERE `entry` = 6669; -DELETE FROM `script_texts` WHERE `entry` IN (-1000413, -1000414); +DELETE FROM `script_texts` WHERE `entry` IN (-1000414, -1000413); INSERT INTO script_texts (entry, content_default, sound, type, language, emote, comment) VALUES (-1000413, 'Threshwackonator First Mate unit prepared to follow', 0, 2, 0, 0, 'threshwackonator EMOTE_START'), (-1000414, 'YARRR! Swabie, what have ye done?! He\'s gone mad! Baton him down the hatches! Hoist the mast! ARRRR! Every man for hi\'self!', 0, 0, 7, 0, 'threshwackonator SAY_AT_CLOSE'); |