Show
Ignore:
Timestamp:
11/19/08 13:37:03 (17 years ago)
Author:
yumileroy
Message:

[svn] * Fixed xp calculation for low level characters when grouped with a higher level player. Patch provided by Reiner030.
* Fixed positive spells being not resistable when cast on hostile units. Patch provided by QAston.
* Fixed compile warnings in gcc. Patch provided by WarHead?.

Original author: w12x
Date: 2008-10-26 11:50:07-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/game/OutdoorPvPHP.cpp

    r102 r111  
    122122            BuffTeam(HORDE); 
    123123        else 
    124             BuffTeam(NULL); 
     124            BuffTeam(0); 
    125125        SendUpdateWorldState(HP_UI_TOWER_COUNT_A, m_AllianceTowersControlled); 
    126126        SendUpdateWorldState(HP_UI_TOWER_COUNT_H, m_HordeTowersControlled);