From e39d9e96ce00ceb07d0bdb4889cb52b57c8aaafd Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 22 Jun 2013 19:47:08 -0700 Subject: [PATCH] Updated Lua Parser (markdown) --- Lua-Parser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lua-Parser.md b/Lua-Parser.md index 7df733d..18e91e5 100644 --- a/Lua-Parser.md +++ b/Lua-Parser.md @@ -691,7 +691,7 @@ Note: Encounter scripts cannot properly catch EVENT_COMMAND or EVENT_TRADE unles > ``` > { > Client self; -> Mob other; +> NPC other; > } > ``` > If a non-zero value is returned from this function then the feign death is canceled in the same way it is on the NPC version of event_feign_death.