diff options
| author | Drahy <none@none> | 2009-06-29 22:25:16 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-06-29 22:25:16 +0200 |
| commit | 57ab0f01f37d1eaeb96eb5a20c2bc3f47edb4ea2 (patch) | |
| tree | fe9e84932f76fb9a1d0d5b5d778cb2c5ae6a1777 /sql/updates/4006_sd2.sql | |
| parent | cf414bb7ca796c2d4a065b803826c02d833e3003 (diff) | |
* 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
Diffstat (limited to 'sql/updates/4006_sd2.sql')
| -rw-r--r-- | sql/updates/4006_sd2.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/updates/4006_sd2.sql b/sql/updates/4006_sd2.sql index 8ac01de7acf..49d341ce377 100644 --- a/sql/updates/4006_sd2.sql +++ b/sql/updates/4006_sd2.sql @@ -1,10 +1,10 @@ UPDATE creature_template SET ScriptName='' WHERE entry=466; UPDATE script_texts SET content_default='UNUSED', language=0, comment='REUSE ME' WHERE entry=-1000005; -UPDATE creature_template SET ScriptName='npc_aged_dying_ancient_kodo' WHERE entry IN (4700, 4701, 4702, 11627); +UPDATE `creature_template` SET `ScriptName`='npc_aged_dying_ancient_kodo' WHERE `entry` IN (4700,4701,4702,11627); DELETE FROM script_texts WHERE entry BETWEEN -1000430 AND -1000428; INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES (-1000428, 'Ah...the wondrous sound of kodos. I love the way they make the ground shake... inspect the beast for me.',0,0,0,0,'kodo round SAY_SMEED_HOME_1'), (-1000429, 'Hey, look out with that kodo! You had better inspect that beast before i give you credit!',0,0,0,0,'kodo round SAY_SMEED_HOME_2'), -(-1000430, 'That kodo sure is a beauty. Wait a minute, where are my bifocals? Perhaps you should inspect the beast for me.',0,0,0,0,'kodo round SAY_SMEED_HOME_3'); +(-1000430, 'That kodo sure is a beauty. Wait a minute, where are my bifocals? Perhaps you should inspect the beast for me.',0,0,0,0,'kodo round SAY_SMEED_HOME_3');
\ No newline at end of file |
