From 6eaf6e962a31aa308406289d538aef30a56b95cb Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Thu, 11 Jun 2009 17:54:59 +0200 Subject: * Change name of recently added scriptAI functions to better reflect purpose * Fix typo in 3910_world.sql, spotted by irish --HG-- branch : trunk --- sql/updates/3910_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') 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'); -- cgit v1.2.3