This commit is contained in:
Flerp 2025-11-13 19:02:14 -08:00
parent 59fc581fdd
commit 8f5795c2f1

View File

@ -74,7 +74,7 @@ public:
// if (!unit || unit->GetTypeId() != TYPEID_PLAYER) // if (!unit || unit->GetTypeId() != TYPEID_PLAYER)
// return; // return;
// Player* player = unit->ToPlayer(); Player* player = unit->ToPlayer();
// if (!RequirementsMet(player)) // if (!RequirementsMet(player))
// return; // return;