Skip to content

Commit b4dac9e

Browse files
committed
Fix SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREEN
1 parent 927babd commit b4dac9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WowPacketParserModule.V9_0_1_36216/Parsers/MiscellaneousHandler.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,7 @@ public static void HandleFeatureSystemStatusGlueScreen(Packet packet)
421421
if (launchEta)
422422
packet.ReadInt32("LaunchETA");
423423

424-
if (realmHiddenAlertLen > 0)
425-
packet.ReadWoWString("RealmHiddenAlert", realmHiddenAlertLen);
424+
packet.ReadDynamicString("RealmHiddenAlert", realmHiddenAlertLen);
426425

427426
for (int i = 0; i < liveRegionCharacterCopySourceRegionsCount; i++)
428427
packet.ReadUInt32("LiveRegionCharacterCopySourceRegion", i);

0 commit comments

Comments
 (0)