This commit is contained in:
aozhiwei 2020-07-28 10:45:13 +08:00
parent c6aa137a5a
commit 3d31f73e67
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
source /etc/profile
source /root/.bash_profile
./gameserver2004 -n $1 -i $2 >> gameserver2004$2_$1.out
echo $? >> start.log
date >> start.log

View File

@ -2604,7 +2604,7 @@ void Room::AddPlayerPostProc(Player* hum)
}
if (GetRoomMode() == kZombieMode) {
#if 1
hum->ChangeToRace(kZombieRace, 1);
hum->ChangeToRace(kZombieRace, 2);
#else
hum->ChangeToRace(kHumanRace, 1);
#endif