generic_recruit_engine: remove unnecessary variable assignment
(cherry-picked from commit a781139536
)
This commit is contained in:
parent
56934ad576
commit
c5e41497e1
1 changed files with 0 additions and 2 deletions
|
@ -590,8 +590,6 @@ return {
|
|||
|
||||
function get_current_castle(leader, data)
|
||||
if (not data.castle) or (data.castle.x ~= leader.x) or (data.castle.y ~= leader.y) then
|
||||
data.castle = {}
|
||||
|
||||
data.castle = {
|
||||
locs = AH.get_locations_no_borders {
|
||||
{ "filter_vision", { side = wesnoth.current.side, visible = 'yes' } },
|
||||
|
|
Loading…
Add table
Reference in a new issue