Actions
Bug #335
closedannounce_trade_route_removal() call with a NULL city
Start date:
03/22/2024
Due date:
% Done:
0%
Estimated time:
Description
remove_trade_route() calls announce_trade_route_removal() even if the partner city is NULL. announce_trade_route_removal() expects both ends to be non-NULL.
I don't think that partner city can ever be NULL in remove_trade_route(), but it's already checking against it, so should be consistent.
Files
Actions