mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[Cleanup] Make use of AccountStatus constants wherever status is checked or used. (#1764)
* [Cleanup] Make use of AccountStatus constants wherever status is checked or used. - Cleanup all instances of SendEmoteMessage. - Cleanup all instances of SendEmoteMessageRaw. - Cleanup all instances of MessageStatus. - Convert Quest API method defaults to use constants. * Cleanup constant names.
This commit is contained in:
+1
-1
@@ -2183,7 +2183,7 @@ bool Mob::SpellFinished(uint16 spell_id, Mob *spell_target, CastingSlot slot, ui
|
||||
(
|
||||
this->IsClient() &&
|
||||
(zone->GetZoneID() == 183 || zone->GetZoneID() == 184) && // load
|
||||
CastToClient()->Admin() < 80
|
||||
CastToClient()->Admin() < AccountStatus::QuestTroupe
|
||||
)
|
||||
{
|
||||
if
|
||||
|
||||
Reference in New Issue
Block a user