mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
*Fix broken creature ai in 2697.
--HG-- branch : trunk
This commit is contained in:
@@ -170,10 +170,10 @@ class TRINITY_DLL_SPEC CreatureAI : public UnitAI
|
||||
|
||||
// Called when creature attack expected (if creature can and no have current victim)
|
||||
// Note: for reaction at hostile action must be called AttackedBy function.
|
||||
virtual void AttackStart(Unit *) {}
|
||||
//virtual void AttackStart(Unit *) {}
|
||||
|
||||
// Called at World update tick
|
||||
virtual void UpdateAI(const uint32 diff ) {}
|
||||
//virtual void UpdateAI(const uint32 diff ) {}
|
||||
|
||||
///== State checks =================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user