diff options
| author | azazel <none@none> | 2010-09-16 13:14:14 +0600 |
|---|---|---|
| committer | azazel <none@none> | 2010-09-16 13:14:14 +0600 |
| commit | 236356628ab04cd520e89551e95ac7583a9945bd (patch) | |
| tree | 33400d7f4c9cbc01d6f7c9519d50489371a379fc /sql/base | |
| parent | 9739bea487bf9e5791379db51b56f58016fb2386 (diff) | |
Scripts/Quests:
* add support for quest 12634 Some Make Lemonade, Some Make Liquor (implement 51840 spell and Adventurous Dwarf AI, thanks akadabeer)
* implement dummy effect for 49587 Seeds of Nature's Wrath spell (used in quest 12459 That Which Creates Can Also Destroy)
* implement dummy effect for 19512 Apply Salve spell (used in quest 6124/6129 Curing the Sick)
Scripts/Misc: some cleanup in chat log
Core/Locales: fix issue when default locale for trinity_string strings was not used (thanks Aokromes for testing).
--HG--
branch : trunk
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/world_database.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 825caf16d46..e73a3b1aab4 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -26793,10 +26793,13 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES -- quest ( 8913, 'spell_q55_sacred_cleansing'), ( 17271, 'spell_q5206_test_fetid_skull'), +( 19512, 'spell_q6124_6129_apply_salve'), ( 34665, 'spell_q10255_administer_antidote'), ( 44936, 'spell_q11515_fel_siphon_dummy'), ( 45449, 'spell_q11587_arcane_prisoner_rescue'), ( 46023, 'spell_q11730_ultrasonic_screwdriver'), +( 49587, 'spell_q12459_seeds_of_natures_wrath'), +( 51840, 'spell_q12634_despawn_fruit_tosser'), ( 52308, 'spell_q12683_take_sputum_sample'), ( 55804, 'spell_q12937_relief_for_the_fallen'), -- item |
