[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:
NoFantasy 2009-03-28 04:55:59 +03:00 committed by VladimirMangos
parent 00d0718124
commit 036a74b284
8 changed files with 16 additions and 6 deletions

View file

@ -39,6 +39,7 @@ struct GameObjectInfo
uint32 type;
uint32 displayId;
char *name;
char *IconName;
char *castBarCaption;
uint32 faction;
uint32 flags;