Updated Lua Parser (markdown)

Alex 2013-06-20 13:41:10 -07:00
parent 76af39e986
commit 58a77d4e02

@ -782,6 +782,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles
> { > {
> ItemInst self; > ItemInst self;
> Client owner; > Client owner;
> Mob target;
> Spell spell; > Spell spell;
> } > }
> ``` > ```