mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
sync with azerothcore
This commit is contained in:
@@ -151,7 +151,7 @@ CreatureData const* BgMasterValue::NearestBm(bool allowDead)
|
||||
continue;
|
||||
|
||||
//Is the unit dead?
|
||||
if (unit->getDeathState() == DEAD)
|
||||
if (unit->getDeathState() == DeathState::Dead)
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user