From a2a10c8189bb672ff0fee0393a03bd15529cf806 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 20 Jun 2013 00:51:46 -0700 Subject: [PATCH] Updated Lua Parser (markdown) --- Lua-Parser.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lua-Parser.md b/Lua-Parser.md index 1a06599..c163a93 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -799,8 +799,8 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles > Mob target; > Integer tics_remaining; > Integer caster_level; -> Integer caster_id; > Integer buff_slot; +> Integer caster_id; > } > ``` @@ -812,6 +812,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles > Spell self; > Mob target; > Integer buff_slot; +> Integer caster_id; > } > ```