mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[8911] Show item expire time in realtime case.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
94147f2b5a
commit
e2afc328b1
2 changed files with 2 additions and 2 deletions
|
|
@ -425,7 +425,7 @@ void WorldSession::HandleItemQuerySingleOpcode( WorldPacket & recv_data )
|
||||||
data << pProto->GemProperties;
|
data << pProto->GemProperties;
|
||||||
data << pProto->RequiredDisenchantSkill;
|
data << pProto->RequiredDisenchantSkill;
|
||||||
data << pProto->ArmorDamageModifier;
|
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->ItemLimitCategory; // WotLK, ItemLimitCategory
|
||||||
data << pProto->HolidayId; // Holiday.dbc?
|
data << pProto->HolidayId; // Holiday.dbc?
|
||||||
SendPacket( &data );
|
SendPacket( &data );
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "8910"
|
#define REVISION_NR "8911"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue