diff options
| author | Spp <spp@jorge.gr> | 2012-11-07 23:21:19 +0100 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2012-11-07 23:21:19 +0100 |
| commit | 9659f0335f3dad4cf84dca70fa436cb4b214ba39 (patch) | |
| tree | 93e93eedb1e0bf0e8126a002892acab1e4ce2279 /src/server/scripts | |
| parent | 06eff945065b65cf707837eca6c940ecbf8c7122 (diff) | |
Core/Guilds: Multiple changes
- Fix Delete Rank
- Fix Rank order after Rank is deleted
- Send correct event after Guild Tab purchase
- Better debug msgs
- Move news to Event Logs (internal struct is like Event Logs and Bank Event Logs). Max news configurable
Diffstat (limited to 'src/server/scripts')
| -rw-r--r-- | src/server/scripts/Spells/spell_shaman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_shaman.cpp b/src/server/scripts/Spells/spell_shaman.cpp index 5ddfe1f4dc5..af508dd1fca 100644 --- a/src/server/scripts/Spells/spell_shaman.cpp +++ b/src/server/scripts/Spells/spell_shaman.cpp @@ -49,7 +49,7 @@ enum ShamanSpells SHAMAN_LAVA_FLOWS_R1 = 51480, SHAMAN_LAVA_FLOWS_TRIGGERED_R1 = 65264, SHAMAN_SPELL_ANCESTRAL_AWAKENING_PROC = 52752, - + ICON_ID_SOOTHING_RAIN = 2011, SPELL_HEALING_STREAM_TOTEM_HEAL = 52042, }; |
