Updated Game Assistant to retail.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment
2022-01-03 23:10:34 +00:00
parent f4980ad566
commit 4f550232c7
12 changed files with 291 additions and 106 deletions

View File

@@ -64,7 +64,7 @@ public class ExOpenHtml implements IClientIncomingPacket
{
if (Config.GAME_ASSISTANT_ENABLED)
{
client.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/32478.html")));
client.sendPacket(new ExPremiumManagerShowHtml(HtmCache.getInstance().getHtm(player, "data/scripts/ai/others/GameAssistant/32478-button.html")));
}
break;
}