mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Merge remote-tracking branch 'origin/develop' into fix_rmg_teams
# Conflicts: # lib/rmg/CMapGenOptions.cpp # lib/rmg/CMapGenOptions.h
This commit is contained in:
@@ -240,7 +240,7 @@ TEST_F(CGameStateTest, issue2765)
|
||||
gameCallback->sendAndApply(&na);
|
||||
|
||||
PutArtifact pack;
|
||||
pack.al = ArtifactLocation(defender, ArtifactPosition::MACH1);
|
||||
pack.al = ArtifactLocation(defender->id, ArtifactPosition::MACH1);
|
||||
pack.art = a;
|
||||
gameCallback->sendAndApply(&pack);
|
||||
}
|
||||
@@ -334,7 +334,7 @@ TEST_F(CGameStateTest, battleResurrection)
|
||||
gameCallback->sendAndApply(&na);
|
||||
|
||||
PutArtifact pack;
|
||||
pack.al = ArtifactLocation(attacker, ArtifactPosition::SPELLBOOK);
|
||||
pack.al = ArtifactLocation(attacker->id, ArtifactPosition::SPELLBOOK);
|
||||
pack.art = a;
|
||||
gameCallback->sendAndApply(&pack);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user