Home
last modified time | relevance | path

Searched refs:W3_RACE_DEMONS (Results 1 – 3 of 3) sorted by relevance

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dhandle_anongame.c234 int tourneywins=account_get_racewins(account,W3_RACE_DEMONS,ctag); in _client_anongame_profile()
235 int tourneylosses=account_get_racelosses(account,W3_RACE_DEMONS,ctag); in _client_anongame_profile()
469 …ce[]={W3_RACE_RANDOM,W3_RACE_HUMANS,W3_RACE_ORCS,W3_RACE_UNDEAD,W3_RACE_NIGHTELVES,W3_RACE_DEMONS}; in _client_anongame_get_icon()
H A Daccount_wrap.c1801 case W3_RACE_DEMONS: in race_get_str()
/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dbnet_protocol.h2482 #define W3_RACE_DEMONS 16 macro