C_ClubFinder.PostClub

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

succesful = C_ClubFinder.PostClub(clubId, itemLevelRequirement, name, description, avatarId, specs, type [, crossFaction])

Arguments

clubId
string
itemLevelRequirement
number
name
string
description
string
avatarId
number
specs
number[]
type
Enum.ClubFinderRequestType
Value Field Description
0 None
1 Guild
2 Community
3 All
crossFaction
boolean? = false

Returns

succesful
boolean

Patch changes

Shadowlands Patch 9.2.5 (2022-05-31): Added crossFaction return.
Shadowlands Patch 9.1.0 (2021-06-29): Added avatarId argument.
Battle for Azeroth Patch 8.2.5 (2019-09-24): Added succesful return.
Battle for Azeroth Patch 8.2.0 (2019-06-25): Added.