Remove dependency on AI-demos add-on
This commit is contained in:
parent
6c0e82fcdd
commit
260ac0f676
1 changed files with 1 additions and 2 deletions
|
@ -14,8 +14,7 @@ return {
|
|||
|
||||
local H = wesnoth.require "lua/helper.lua"
|
||||
local W = H.set_wml_action_metatable {}
|
||||
local AH = wesnoth.require "~/add-ons/AI-demos/lua/ai_helper.lua"
|
||||
local DBG = wesnoth.require "~/add-ons/AI-demos/lua/debug.lua"
|
||||
local AH = wesnoth.require "~/ai/lua/ai_helper.lua"
|
||||
|
||||
local get_next_id = (function()
|
||||
local next_id = 0
|
||||
|
|
Loading…
Add table
Reference in a new issue