From 57ab0f01f37d1eaeb96eb5a20c2bc3f47edb4ea2 Mon Sep 17 00:00:00 2001 From: Drahy Date: Mon, 29 Jun 2009 22:25:16 +0200 Subject: * 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 --- sql/updates/3998_sd2.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/updates/3998_sd2.sql') diff --git a/sql/updates/3998_sd2.sql b/sql/updates/3998_sd2.sql index 20c9785464b..a0601ab86ef 100644 --- a/sql/updates/3998_sd2.sql +++ b/sql/updates/3998_sd2.sql @@ -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; \ No newline at end of file -- cgit v1.2.3