diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 299e740c4be..55e76b7c7f1 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -15169,7 +15169,6 @@ void Unit::OutDebugInfo() const sLog.outString("On vehicle %u.", GetVehicleBase()->GetEntry()); } -// MrSmite 09-05-2009 PetAI_v1.0 void CharmInfo::SetIsCommandAttack(bool val) { m_isCommandAttack = val; |