Kael
Deity
[to_xp]Gekko;8393443 said:could this bug be fixed in patch e? it's very annoying and we already know how to fix it
"Bugs Reported with Fix Reccomended
1. If an HN unit is blockading and the owner is actually at peace with you, by revealing nationality (willfully or by Revelation spell) the blockade becomes permanent. This can be fixed by updating all blockades for a unit (CvUnit::updatePlunder) whenever changing HN status (CvUnit::changeHiddenNationality) Check the code below for best method (Emptiness - Post 863)
"Code:updatePlunder(-1, false); m_iHiddenNationality += iNewValue; joinGroup(NULL, true); updatePlunder(1, false);
Yeap, will do.