mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
*Restore build on linux - by Lightguard
--HG-- branch : trunk
This commit is contained in:
@@ -152,7 +152,7 @@ struct TRINITY_DLL_DECL ScriptedAI : public CreatureAI
|
||||
Unit* FindCreature(uint32 entry, uint32 range);
|
||||
|
||||
//Get a single gameobject of given entry
|
||||
GameObject* ScriptedAI::FindGameObject(uint32 entry);
|
||||
GameObject* FindGameObject(uint32 entry);
|
||||
|
||||
//Returns friendly unit with the most amount of hp missing from max hp
|
||||
Unit* DoSelectLowestHpFriendly(float range, uint32 MinHPDiff = 1);
|
||||
|
||||
Reference in New Issue
Block a user