Skip to content

Commit

Permalink
Parser: Update for renamed API
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Oct 13, 2024
1 parent eaf08ce commit 60a38b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_option_values.lua
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ local function parseLua(file)
registered_methods[callback] = n
unit_died_methods[callback] = true
end
event = line:match(":MobEngaged%(\"(.-)\"%s*,.*")
event = line:match(":RegisterEngageMob%(\"(.-)\"%s*,.*")
if event then
callback = event
registered_methods[callback] = n
Expand Down

0 comments on commit 60a38b6

Please sign in to comment.