diff --git a/Lua-Parser.md b/Lua-Parser.md index 09917aa..4aa54d6 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -782,6 +782,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles > { > ItemInst self; > Client owner; +> Mob target; > Spell spell; > } > ```