[8911] Show item expire time in realtime case.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Wowka321 2009-12-03 02:49:14 +03:00 committed by VladimirMangos
parent 94147f2b5a
commit e2afc328b1
2 changed files with 2 additions and 2 deletions

View file

@ -425,7 +425,7 @@ void WorldSession::HandleItemQuerySingleOpcode( WorldPacket & recv_data )
data << pProto->GemProperties;
data << pProto->RequiredDisenchantSkill;
data << pProto->ArmorDamageModifier;
data << pProto->Duration; // added in 2.4.2.8209, duration (seconds)
data << abs(pProto->Duration); // added in 2.4.2.8209, duration (seconds)
data << pProto->ItemLimitCategory; // WotLK, ItemLimitCategory
data << pProto->HolidayId; // Holiday.dbc?
SendPacket( &data );

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "8910"
#define REVISION_NR "8911"
#endif // __REVISION_NR_H__