reducing even further
This commit is contained in:
parent
c5a20c78d1
commit
59fc581fdd
@ -74,9 +74,9 @@ 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;
|
||||||
|
|
||||||
if (form == FORM_TRAVEL)
|
if (form == FORM_TRAVEL)
|
||||||
player->SetSpeed(MOVE_RUN, 2.0f, true);
|
player->SetSpeed(MOVE_RUN, 2.0f, true);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user