Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns true if the pet can be abandoned.

canAbandon = PetCanBeAbandoned()

Returns[]

canAbandon
boolean - true if the player's pet can be abandoned.

Example[]

if ( PetCanBeAbandoned() ) then PetAbandon(); end
Advertisement