mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
r998 Added support for quest 11129 r999 Remove obsolete code r1000 Summon pet of sharkkis in different way, to also allow summon if pet dies during fight. - skip --HG-- branch : trunk
8 lines
474 B
SQL
8 lines
474 B
SQL
DELETE FROM script_texts WHERE entry BETWEEN -1000342 AND -1000340;
|
|
INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES
|
|
(-1000407, '%s howls in delight at the sight of his lunch!',0,2,0,0,'kyle EMOTE_SEE_LUNCH'),
|
|
(-1000408, '%s eats his lunch.',0,2,0,0,'kyle EMOTE_EAT_LUNCH'),
|
|
(-1000409, '%s thanks you with a special dance.',0,2,0,0,'kyle EMOTE_DANCE');
|
|
|
|
UPDATE creature_template SET ScriptName='npc_kyle_frenzied' WHERE entry=23616;
|