mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
fix(Core/Player): prevent crash exploit spam duel starting (#9226)
This commit is contained in:
committed by
GitHub
parent
25ca425357
commit
ab761c9865
@@ -221,7 +221,7 @@ public:
|
||||
areaid == AREA_RING_OF_HORDE_VALIANTS ||
|
||||
areaid == AREA_RING_OF_CHAMPIONS;
|
||||
|
||||
return checkArea && player->duel && player->duel->isMounted;
|
||||
return checkArea && player->duel && player->duel->IsMounted;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user