From 58ac6637098a9f7fb623a8f085e6e7b52b12f34f Mon Sep 17 00:00:00 2001 From: Michael Cook Date: Tue, 1 Apr 2014 18:07:30 -0700 Subject: [PATCH] Updated Lua NPC (markdown) --- Lua-NPC.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lua-NPC.md b/Lua-NPC.md index 34c91ab..814e5b4 100644 --- a/Lua-NPC.md +++ b/Lua-NPC.md @@ -96,4 +96,6 @@ Real GetAttackSpeed(); Integer GetAccuracyRating(); Integer GetSpawnKillCount(); Integer GetScore(); +Void MerchantOpenShop(); +Void MerchantCloseShop(); ``` \ No newline at end of file