Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns true if the player can promote guild members.

canPromote = CanGuildPromote()

Returns[]

canPromote
boolean - Returns 1 if the player can promote, nil if not.

Example[]

if( CanGuildPromote() ) then
  -- do stuff
end
Advertisement