diff options
| author | Warpten <vertozor@gmail.com> | 2012-12-07 17:29:31 +0100 |
|---|---|---|
| committer | Warpten <vertozor@gmail.com> | 2012-12-07 17:29:31 +0100 |
| commit | e6c763f4337cfe4ab673bb17b6d0c24c9dae1c60 (patch) | |
| tree | e7a56dd9901b60c7b7d07aaeb2ab80f68d6b83af /src/server/scripts/Spells | |
| parent | fb2e5c3c5840a77452a2418805eabd01147a4346 (diff) | |
Core/Spells: Fixed multiple spell effects where RadiusEntry is NULL but where MaxRadiusEntry is a valid radius entry.
Also fixed COD and money being swapped when sending mails, and another typo when sending battleground log data.
Diffstat (limited to 'src/server/scripts/Spells')
| -rw-r--r-- | src/server/scripts/Spells/spell_mage.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_mage.cpp b/src/server/scripts/Spells/spell_mage.cpp index da020d944e8..78217cfd7cd 100644 --- a/src/server/scripts/Spells/spell_mage.cpp +++ b/src/server/scripts/Spells/spell_mage.cpp @@ -497,11 +497,12 @@ void AddSC_mage_spell_scripts() { new spell_mage_blast_wave(); new spell_mage_cold_snap(); + new spell_mage_cone_of_cold(); + new spell_mage_conjure_refreshment(); new spell_mage_frost_warding_trigger(); new spell_mage_incanters_absorbtion_absorb(); new spell_mage_incanters_absorbtion_manashield(); new spell_mage_polymorph_cast_visual(); new spell_mage_summon_water_elemental(); new spell_mage_living_bomb(); - new spell_mage_cone_of_cold(); } |
