1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

fixed several bugs reported on forum:

- necromancy issues
- fix for lookout tower
- Sir Mullich is unavailable
- first hero is awakened on next turn
- give 500 XP on defeating hero
This commit is contained in:
Ivan Savenko
2013-07-21 18:27:33 +00:00
parent 0eb496fb57
commit 491bd557ef
6 changed files with 49 additions and 27 deletions

View File

@@ -165,7 +165,6 @@ void SetMovePoints::applyCl( CClient *cl )
void FoWChange::applyCl( CClient *cl )
{
for(auto &i : cl->playerint)
if(cl->getPlayerRelations(i.first, player) != PlayerRelations::ENEMIES)
{