Updated Perl API Functions (markdown)

Paul Coene 2019-08-01 16:30:48 -04:00
parent 83cbbb1540
commit e392e6d26a

@ -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)