mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
*Custom Wintergrasp Honor check, to handle some uncalculated variables, by Gyullo
--HG-- branch : trunk
This commit is contained in:
@@ -987,6 +987,8 @@ void OPvPWintergrasp::EndBattle()
|
||||
uint32 spellRewardId = (team == m_defender) ? SPELL_VICTORY_REWARD : SPELL_DEFEAT_REWARD;
|
||||
int32 honor;
|
||||
uint32 marks;
|
||||
m_towerDamagedCount = 0; //until a function calculate it
|
||||
m_towerCount = 3;
|
||||
|
||||
if (sWorld.getConfig(CONFIG_OUTDOORPVP_WINTERGRASP_CUSTOM_HONOR))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user