diff options
| author | QAston <qaston@gmail.com> | 2010-12-30 19:05:19 +0100 |
|---|---|---|
| committer | QAston <qaston@gmail.com> | 2010-12-30 19:05:19 +0100 |
| commit | 8cd2c73e454d81899f400f291a3ea8f91c0cfae7 (patch) | |
| tree | 09244f828013217269151b222ac3539a92ffcc14 /sql/base | |
| parent | 71e959837b67e664ca23848f6a21c5e6d0dcfcb2 (diff) | |
Core/ScriptSystem: Add OnEffectManaShield and AfterEffectManaShield hooks to AuraScript class. Usage of these is the same as similar Absorb hooks.
Scripts: Move Incanter's Absorbtion script from Unit::CalcAbsorbResist to AuraScript.
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/world_database.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 33d8b043793..d1ec9c60687 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -26964,6 +26964,10 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 11958, 'spell_mage_cold_snap'), ( -543, 'spell_mage_frost_warding_trigger'), ( -6143, 'spell_mage_frost_warding_trigger'), +( -543, 'spell_mage_incanters_absorbtion_absorb'), +( -6143, 'spell_mage_incanters_absorbtion_absorb'), +(-11426, 'spell_mage_incanters_absorbtion_absorb'), +( -1463, 'spell_mage_incanters_absorbtion_manashield') ( 31687, 'spell_mage_summon_water_elemental'), ( 32826, 'spell_mage_polymorph_visual'), -- warlock |
