mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
Fix values for honor gain after SotA end. Someone slap me, because I cannot get things right on the first time, ever. :P
--HG-- branch : trunk
This commit is contained in:
@@ -32,9 +32,9 @@ class BattleGroundSAScore : public BattleGroundScore
|
||||
|
||||
enum BG_SA_Honor
|
||||
{
|
||||
BG_SA_HONOR_LOSE = 124,
|
||||
BG_SA_HONOR_WIN = 248,
|
||||
BG_SA_HONOR_END = 124
|
||||
// Both teams get 248 honor, winning team gets an extra 124.
|
||||
BG_SA_HONOR_WIN = 124,
|
||||
BG_SA_HONOR_END = 248
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user