Код
diff --git a/src/game/BattleGround.h b/src/game/BattleGround.h
index a9a7e90..6ce05d6 100644
--- a/src/game/BattleGround.h
+++ b/src/game/BattleGround.h
@@ -32,9 +32,10 @@ enum BattleGroundMarks
-{
+{
- SPELL_WS_MARK_LOSER = 24950, // not create marks now
- SPELL_WS_MARK_WINNER = 24951, // not create marks now
- SPELL_AB_MARK_LOSER = 24952, // not create marks now
- SPELL_AB_MARK_WINNER = 24953, // not create marks now
- SPELL_AV_MARK_LOSER = 24954, // not create marks now
- SPELL_AV_MARK_WINNER = 24955, // not create marks now
+ SPELL_WS_MARK_VICTORY = 24951, // honor + mark
+ SPELL_WS_MARK_DEFEAT = 24950, // honor + mark
+
+ SPELL_AB_MARK_VICTORY = 24953, // honor + mark
+ SPELL_AB_MARK_DEFEAT = 24952, // honor + mark
+
+ SPELL_AV_MARK_VICTORY = 24955, // honor + mark
+ SPELL_AV_MARK_DEFEAT = 24954, // honor + mark
-
+
- SPELL_WG_MARK_VICTORY = 24955, // honor + mark
+ SPELL_WG_MARK_VICTORY = 56902, // honor + mark
SPELL_WG_MARK_DEFEAT = 58494, // honor + mark
};
Патчим гитом, затем заходим в src/game/BattleGround.h и находим там строчку:
Код
SPELL_WG_MARK_DEFEAT = 58494, // honor + mark
Добавляем перед ней:
Код
PELL_WG_MARK_VICTORY = 56902, // honor + mark