mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-10 03:59:05 +01:00
* Change name of recently added scriptAI functions to better reflect purpose
* Fix typo in 3910_world.sql, spotted by irish --HG-- branch : trunk
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user