mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 22:37:06 +00:00
[10296] Move ChooseDisplayId to Creature class for access from script side
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
181428e132
commit
7bdf05901d
8 changed files with 62 additions and 60 deletions
|
|
@ -520,7 +520,7 @@ class ObjectMgr
|
|||
CreatureModelInfo const* GetCreatureModelRandomGender(uint32 display_id);
|
||||
uint32 GetCreatureModelAlternativeModel(uint32 modelId);
|
||||
uint32 GetCreatureModelOtherTeamModel(uint32 modelId);
|
||||
uint32 ChooseDisplayId(uint32 team, const CreatureInfo *cinfo, const CreatureData *data = NULL);
|
||||
|
||||
EquipmentInfo const *GetEquipmentInfo( uint32 entry );
|
||||
static CreatureDataAddon const *GetCreatureAddon( uint32 lowguid )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue