We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927babd commit b4dac9eCopy full SHA for b4dac9e
WowPacketParserModule.V9_0_1_36216/Parsers/MiscellaneousHandler.cs
@@ -421,8 +421,7 @@ public static void HandleFeatureSystemStatusGlueScreen(Packet packet)
421
if (launchEta)
422
packet.ReadInt32("LaunchETA");
423
424
- if (realmHiddenAlertLen > 0)
425
- packet.ReadWoWString("RealmHiddenAlert", realmHiddenAlertLen);
+ packet.ReadDynamicString("RealmHiddenAlert", realmHiddenAlertLen);
426
427
for (int i = 0; i < liveRegionCharacterCopySourceRegionsCount; i++)
428
packet.ReadUInt32("LiveRegionCharacterCopySourceRegion", i);
0 commit comments