Reset action tips command

This commit is contained in:
Vortrex
2023-03-05 20:46:12 -06:00
parent b15964e763
commit 4e10158b29

View File

@@ -616,6 +616,13 @@ function verifyAccountEmailCommand(command, params, client) {
// ===========================================================================
function resetActionTipsCommand(command, params, client) {
getPlayerData(client).promptType = V_PROMPT_RESETACTIONTIPS;
showPlayerPrompt(client, getLocaleString(client, "ResetActionTipsConfirm"), getLocaleString(client, "GUIWarningTitle"), getLocaleString(client, "Yes"), getLocaleString(client, "No"));
}
// ===========================================================================
/*
function resetAccountPasswordCommand(command, params, client) {
if(areParamsEmpty(params)) {