mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[7560] Implement IconName for gameobject
Signed-off-by: VladimirMangos <vladimir@getmangos.com> Also small fix for 7558 sql update (for re-apply support)
This commit is contained in:
parent
00d0718124
commit
036a74b284
8 changed files with 16 additions and 6 deletions
|
|
@ -39,6 +39,7 @@ struct GameObjectInfo
|
|||
uint32 type;
|
||||
uint32 displayId;
|
||||
char *name;
|
||||
char *IconName;
|
||||
char *castBarCaption;
|
||||
uint32 faction;
|
||||
uint32 flags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue