mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-14 20:13:04 -04: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