diff options
| author | Anubisss <none@none> | 2009-05-20 23:08:46 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-05-20 23:08:46 +0200 |
| commit | 425bb9fb55aec1c8d64cd6798b9a8f253d16e99a (patch) | |
| tree | 79164a6ae89e5411e6a762a8c2644b5f46bea706 /sql/updates/3433_world.sql | |
| parent | a78ade9503138aff02352bdb782ee62203a8f742 (diff) | |
*Merge SD2.
*r978: Added few basic parts for ramparts instance script to be used in further development.
*r979: Added support for quest 9686. - Skip this patch. Its already scripted.
*r980: Added gossip to play movie cutscene after quest 12499/12500 rewarded.
*r981: Clean up some code and correcting icon for gossip items. - Just use enums.
*r982: Added support for quest 938 (consider it a test for similar quests)
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/3433_world.sql')
| -rw-r--r-- | sql/updates/3433_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/3433_world.sql b/sql/updates/3433_world.sql new file mode 100644 index 00000000000..0d5b0eeda61 --- /dev/null +++ b/sql/updates/3433_world.sql @@ -0,0 +1,10 @@ +UPDATE `instance_template` SET `script` = 'instance_ramparts' WHERE `map` = 543; + +UPDATE `creature_template` SET `ScriptName` = 'npc_alexstrasza_wr_gate' WHERE `entry` = 31333; + +UPDATE `creature_template` SET `ScriptName` = 'npc_mist' WHERE `entry` = 3568; + +DELETE FROM `script_texts` WHERE `entry` IN (-1000411, -1000412); +INSERT INTO script_texts (entry,content_default,sound,type,language,emote,comment) VALUES +(-1000411, 'Mist! I feared I would never see you again! Yes, I am well, do not worry for me. You must rest and recover your health.', 0, 0, 7, 0, 'mist SAY_AT_HOME'), +(-1000412, 'growls in acknowledgement before straightening and making her way off into the forest.', 0, 2, 0, 0, 'mist EMOTE_AT_HOME'); |
