mirror of
https://github.com/mangosfour/server.git
synced 2025-12-30 19:37:04 +00:00
Eliminated tabs!
Eliminated tabs!
This commit is contained in:
parent
0f19fec851
commit
942dd64a53
27 changed files with 247 additions and 247 deletions
|
|
@ -3067,8 +3067,8 @@ enum SkillType
|
|||
SKILL_BALANCE = 574,
|
||||
SKILL_DESTRUCTION = 593,
|
||||
SKILL_HOLY2 = 594,
|
||||
SKILL_DISCIPLINE = 613,
|
||||
SKILL_LOCKPICKING = 633,
|
||||
SKILL_DISCIPLINE = 613,
|
||||
SKILL_LOCKPICKING = 633,
|
||||
SKILL_PET_BAT = 653,
|
||||
SKILL_PET_HYENA = 654,
|
||||
SKILL_PET_BIRD_OF_PREY = 655,
|
||||
|
|
|
|||
|
|
@ -253,8 +253,8 @@ class WorldSession
|
|||
void SendLfgRewards(LFGRewards const& rewards);
|
||||
void SendLfgBootUpdate(LFGBoot const& boot);
|
||||
|
||||
void SendPartyResult(PartyOperation operation, const std::string& member, PartyResult res);
|
||||
void SendGuildInvite(Player* player, bool alreadyInGuild = false);
|
||||
void SendPartyResult(PartyOperation operation, const std::string& member, PartyResult res);
|
||||
void SendGuildInvite(Player* player, bool alreadyInGuild = false);
|
||||
void SendGroupInvite(Player* player, bool alreadyInGroup = false);
|
||||
void SendAreaTriggerMessage(const char* Text, ...) ATTR_PRINTF(2, 3);
|
||||
void SendTransferAborted(uint32 mapid, uint8 reason, uint8 arg = 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue