mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Entities: 3.3.5a coding style
This commit is contained in:
@@ -1267,7 +1267,7 @@ class TC_GAME_API Player : public Unit, public GridObject<Player>
|
||||
uint8 GetChatTag() const;
|
||||
std::string autoReplyMsg;
|
||||
|
||||
uint32 GetBarberShopCost(uint8 newhairstyle, uint8 newhaircolor, uint8 newfacialhair, BarberShopStyleEntry const* newSkin=nullptr);
|
||||
uint32 GetBarberShopCost(uint8 newhairstyle, uint8 newhaircolor, uint8 newfacialhair, BarberShopStyleEntry const* newSkin = nullptr) const;
|
||||
|
||||
PlayerSocial *GetSocial() const { return m_social; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user