diff options
| author | azazel <none@none> | 2010-09-04 02:33:57 +0600 |
|---|---|---|
| committer | azazel <none@none> | 2010-09-04 02:33:57 +0600 |
| commit | 7884fd927a3810a7429021f8badf528276b55ef9 (patch) | |
| tree | df6e20bfca332495b4c1f91a808cbc870c619400 /sql/base/world_database.sql | |
| parent | d4e2fdad780f39e1150f13e1d7735e1f2a2c1f05 (diff) | |
Spell Scripts:
* moved some generic spell dummy effects to scripts
* implemented two spell scripts for quests: 8913 Sacred Cleansing (Quest 55), 44936 Quest - Fel Siphon Dummy (Quest 11515). Closes issue #3040
* did some cleanup in spell scripts and added more comments
--HG--
branch : trunk
Diffstat (limited to 'sql/base/world_database.sql')
| -rw-r--r-- | sql/base/world_database.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index d5fe2a57039..8c9028499b5 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -26643,18 +26643,28 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 73033, 'spell_festergut_blighted_spores'), ( 73034, 'spell_festergut_blighted_spores'), -- quest +( 8913, 'spell_q55_sacred_cleansing'), +( 17271, 'spell_q5206_test_fetid_skull'), +( 34665, 'spell_q10255_administer_antidote'), +( 44936, 'spell_q11515_fel_siphon_dummy'), ( 45449, 'spell_q11587_arcane_prisoner_rescue'), ( 46023, 'spell_q11730_ultrasonic_screwdriver'), ( 52308, 'spell_q12683_take_sputum_sample'), ( 55804, 'spell_q12937_relief_for_the_fallen'), -- item +( 23074, 'spell_item_arcanite_dragonling'), ( 8063, 'spell_item_deviate_fish'), ( 67019, 'spell_item_flask_of_the_north'), +( 23133, 'spell_item_gnomish_battle_chicken'), ( 13280, 'spell_item_gnomish_death_ray'), ( 33060, 'spell_item_make_a_wish'), +( 23076, 'spell_item_mechanical_dragonling'), +( 40802, 'spell_item_mingos_fortune_generator'), +( 23075, 'spell_item_mithril_mechanical_dragonling'), ( 13120, 'spell_item_net_o_matic'), ( 16589, 'spell_item_noggenfogger_elixir'), ( 8213, 'spell_item_savory_deviate_delight'), +( 14537, 'spell_item_six_demon_bag'), ( 59640, 'spell_item_underbelly_elixir'), -- warrior ( 12975, 'spell_warr_last_stand'), |
