diff options
| author | Machiavelli <none@none> | 2009-06-11 17:54:59 +0200 |
|---|---|---|
| committer | Machiavelli <none@none> | 2009-06-11 17:54:59 +0200 |
| commit | 6eaf6e962a31aa308406289d538aef30a56b95cb (patch) | |
| tree | 5980ff3267545a42b3b8f248754c5cbc3f1f70d0 /sql | |
| parent | 8fed6e39f5de4c62825bcd87f06189a3637c1541 (diff) | |
* Change name of recently added scriptAI functions to better reflect purpose
* Fix typo in 3910_world.sql, spotted by irish
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -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 e439fc4de25..bc73d3aef5f 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 (-1000411, -1000412); +DELETE FROM `script_texts` WHERE `entry` IN (-1000413, -1000414); 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'); |
