mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9905] Correct SMSG_INSTANCE_DIFFICULTY structure (fixes raid difficulty display).
Signed-off-by: XTZGZoReX <xtzgzorex@gmail.com>
This commit is contained in:
parent
aaa33d5385
commit
c018563669
2 changed files with 2 additions and 2 deletions
|
|
@ -19308,7 +19308,7 @@ void Player::SendInitialPacketsBeforeAddToMap()
|
|||
SendTalentsInfoData(false);
|
||||
|
||||
data.Initialize(SMSG_INSTANCE_DIFFICULTY, 4+4);
|
||||
data << uint32(0);
|
||||
data << uint32(GetMap()->GetDifficulty());
|
||||
data << uint32(0);
|
||||
GetSession()->SendPacket(&data);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9904"
|
||||
#define REVISION_NR "9905"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue