mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
Corrections made (oops)
Corrections made (oops) It got past VS, but not cmake on Linux, lol Linux goes, "WTF, forget you!"
This commit is contained in:
parent
e097ab24c5
commit
0f19fec851
2 changed files with 2 additions and 2 deletions
|
|
@ -1765,7 +1765,7 @@ class Player : public Unit
|
|||
ObjectGuid GetGuildGuid() const { return GetGuidValue(OBJECT_FIELD_DATA); }
|
||||
std::string GetGuildName() const;
|
||||
uint32 GetTalentResetCost() const;
|
||||
time_t Player::GetTalentResetTime() const;
|
||||
time_t GetTalentResetTime() const;
|
||||
static uint32 GetGuildIdFromDB(ObjectGuid guid);
|
||||
static ObjectGuid GetGuildGuidFromDB(ObjectGuid guid);
|
||||
void SendGuildDeclined(std::string name, bool autodecline);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue