From e392e6d26a918f094b391cc04c0b8d8a77fa14b0 Mon Sep 17 00:00:00 2001 From: Paul Coene Date: Thu, 1 Aug 2019 16:30:48 -0400 Subject: [PATCH] Updated Perl API Functions (markdown) --- Perl-API---Functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perl-API---Functions.md b/Perl-API---Functions.md index 445451d..2ea8a34 100644 --- a/Perl-API---Functions.md +++ b/Perl-API---Functions.md @@ -769,7 +769,7 @@ $npc->RemoveItem(uint32 item_id, [uint16 quantity = 0], [uint16 slot_id = 0]) $npc->RemoveMeleeProc(int spell_id) $npc->RemoveRangedProc(int spell_id) $npc->ResumeWandering() -$npc->SaveGuardSpot([bool clear_guard_spot = false]) +$npc->SaveGuardSpot(float $x, float $y, float $z, float $h) $npc->SetCopper(uint32 copper_amount) $npc->SetGold(uint32 gold_amount) $npc->SetGrid(int32 grid_id)