mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 17:13:47 +00:00
fix(Core/Misc): Change const to be after type name (#10591)
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
SummonList summons;
|
||||
ObjectGuid CrystalGUID;
|
||||
|
||||
bool CanAIAttack(const Unit* who) const override
|
||||
bool CanAIAttack(Unit const* who) const override
|
||||
{
|
||||
return who->GetPositionX() > 216.0f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user