aboutsummaryrefslogtreecommitdiff
path: root/src/game/Player.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Player.cpp')
-rw-r--r--src/game/Player.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/Player.cpp b/src/game/Player.cpp
index 4370953a7be..cea646fe436 100644
--- a/src/game/Player.cpp
+++ b/src/game/Player.cpp
@@ -20713,6 +20713,10 @@ void Player::SendInitialPacketsBeforeAddToMap()
SendTalentsInfoData(false);
// SMSG_INSTANCE_DIFFICULTY
+ data.Initialize(SMSG_INSTANCE_DIFFICULTY, 4+4);
+ data << uint32(GetMap()->GetDifficulty());
+ data << uint32(0);
+ GetSession()->SendPacket(&data);
SendInitialSpells();