ExpAI move_to_enemy CA: fix file path

Had accidentally copied over the AI-demos path.
This commit is contained in:
mattsc 2013-11-01 09:44:45 -07:00
parent c214c12611
commit cb2a22acd4

View file

@ -1,6 +1,6 @@
return {
init = function(ai)
local AH = wesnoth.require "~/add-ons/AI-demos/lua/ai_helper.lua"
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local move_to_any_target = {}