diff options
author | maximius <none@none> | 2009-09-11 16:25:11 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-11 16:25:11 -0700 |
commit | 2bb0c319789c893255d94556bd8a819f96be0c0d (patch) | |
tree | 8ac2b7dded072fce9ff871b4ffc7990b018143cb /src/game/Spell.h | |
parent | 996fcc967f05e304cc0e51bb4e0dd2d5a0de17c9 (diff) |
*[8474] Allow to delete BattleGround objects when any of invited players didn't click to enter battle. Rename m_TeamScores500disadvantage to m_TeamScores500Disadvantage, and optimize its update. Patch is tested. Author: Triply
*Added some missed changes that might of broken compile in the last 2~ commits.
*Some fixes to Warlock's Death Coil by Gyullo.
*Last MaNGOS merge until KingPin says otherwise..
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r-- | src/game/Spell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h index 997800d9989..f045a1415e0 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -350,6 +350,7 @@ class Spell void EffectEnergizePct(uint32 i); void EffectTriggerSpellWithValue(uint32 i); void EffectTriggerRitualOfSummoning(uint32 i); + void EffectKillCreditPersonal(uint32 i); void EffectKillCredit(uint32 i); void EffectQuestFail(uint32 i); void EffectRedirectThreat(uint32 i); |