mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
* Used finally after long time trinity sql coding style
* Missing data are now in 4321_world - just import this * Updated all FULL sqls to 4321 --HG-- branch : trunk
This commit is contained in:
@@ -4,4 +4,4 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen
|
||||
(-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;
|
||||
UPDATE `creature_template` SET `ScriptName`='npc_kyle_frenzied' WHERE `entry`=23616;
|
||||
Reference in New Issue
Block a user