Updated Lua Parser (markdown)

Alex 2013-06-20 00:51:46 -07:00
parent 858d8403bb
commit a2a10c8189

@ -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;
> }
> ```