From 58a77d4e02efef5c0ec25075d3c1d0ddc2e808b9 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 20 Jun 2013 13:41:10 -0700 Subject: [PATCH] Updated Lua Parser (markdown) --- Lua-Parser.md | 1 + 1 file changed, 1 insertion(+) 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; > } > ```