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)