Skip to content

Commit

Permalink
Protect Micro AI: Fix missing aspect ID
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Jul 15, 2016
1 parent c252ee7 commit 21e79b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ai/micro_ais/mai-defs/protect.lua
Expand Up @@ -41,7 +41,7 @@ function wesnoth.micro_ais.protect_unit(cfg)
aspect = "attacks",
facet = {
name = "ai_default_rca::aspect_attacks",
ca_id = "dont_attack",
id = "dont_attack",
invalidate_on_gamestate_change = "yes",
{ "filter_own", {
{ "not", {
Expand Down

0 comments on commit 21e79b5

Please sign in to comment.