diff options
| author | QAston <qaston@gmail.com> | 2010-12-30 02:03:46 +0100 |
|---|---|---|
| committer | QAston <qaston@gmail.com> | 2010-12-30 02:03:46 +0100 |
| commit | c8adcc95f9046235e6ce6ceac98324b406cbebf9 (patch) | |
| tree | 63eaf2e02409c055f9c53dd6d55c7edc6d9e2376 /sql/base/world_database.sql | |
| parent | 51b46987c3d5bc14f67ea6370e759f6b0bfd61c3 (diff) | |
Core/Unit: Move spell specific code from Unit::CalcAbsorbResist to AuraScripts.
Diffstat (limited to 'sql/base/world_database.sql')
| -rw-r--r-- | sql/base/world_database.sql | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index afe2a8e2486..33d8b043793 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -26735,6 +26735,8 @@ LOCK TABLES `spell_script_names` WRITE; /*!40000 ALTER TABLE `spell_script_names` DISABLE KEYS */; INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES -- generic +( 39228, 'spell_gen_absorb0_hitlimit1'), +( 60218, 'spell_gen_absorb0_hitlimit1'), ( 6962, 'spell_gen_pet_summoned'), ( 10848, 'spell_gen_shroud_of_death'), ( 24750, 'spell_gen_trick'), @@ -26755,6 +26757,8 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 72757, 'spell_pvp_trinket_wotf_shared_cd'), ( 46221, 'spell_gen_animal_blood'), -- instances +-- Black Temple +( 41475, 'spell_boss_lady_malande_shield'), -- Forge of Souls ( 68793, 'spell_bronjahm_magic_bane'), ( 69050, 'spell_bronjahm_magic_bane'), @@ -26912,6 +26916,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES -- warrior ( 12975, 'spell_warr_last_stand'), -- paladin +(-31850, 'spell_pal_ardent_defender'), ( 20425, 'spell_pal_judgement_of_command'), ( 63521, 'spell_pal_guarded_by_the_light'), (-20473, 'spell_pal_holy_shock'), @@ -26929,19 +26934,26 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 55709, 'spell_hun_pet_heart_of_the_phoenix'), ( 54044, 'spell_hun_pet_carrion_feeder'), -- rogue +(-31228, 'spell_rog_cheat_death'), (-31130, 'spell_rog_nerves_of_steel'), ( 5938, 'spell_rog_shiv'), ( 14185, 'spell_rog_preparation'), (-51685, 'spell_rog_prey_on_the_weak'), -- priest +(-47788, 'spell_pri_guardian_spirit'), +( -8129, 'spell_pri_mana_burn'), ( 47948, 'spell_pri_pain_and_suffering_proc'), (-47540, 'spell_pri_penance'), -( -8129, 'spell_pri_mana_burn'), +( -17, 'spell_pri_reflective_shield_trigger'), -- death knight +( 50462, 'spell_dk_anti_magic_shell_raid'), +( 48707, 'spell_dk_anti_magic_shell_self'), +( 50461, 'spell_dk_anti_magic_zone'), (-49158, 'spell_dk_corpse_explosion'), ( 50524, 'spell_dk_runic_power_feed'), (-55090, 'spell_dk_scourge_strike'), (-49145, 'spell_dk_spell_deflection'), +(-52284, 'spell_dk_will_of_the_necropolis'), -- shaman (-51474, 'spell_sha_astral_shift'), ( 39610, 'spell_sha_mana_tide_totem'), @@ -26950,6 +26962,8 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES -- mage (-11113, 'spell_mage_blast_wave'), ( 11958, 'spell_mage_cold_snap'), +( -543, 'spell_mage_frost_warding_trigger'), +( -6143, 'spell_mage_frost_warding_trigger'), ( 31687, 'spell_mage_summon_water_elemental'), ( 32826, 'spell_mage_polymorph_visual'), -- warlock |
