From 5dab87b522e5ff18b6a62e86c369ac3295c1817f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 29 Aug 2019 00:26:27 -0300 Subject: Remove GM Reset --- npc/functions/clientversion.txt | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 94b37582f..b264b6b09 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -8,18 +8,6 @@ // This also handles all updates, and usually have priority. function script clientupdater { - // GM Reset Util - if (is_staff()) { - if (BaseLevel > 20 || Zeny > 50000 || JobLevel > 20) { - resetlvl(1); - Zeny=0; - clearitem(); - adddefaultskills(); - dispbottom col("GM Account detected - Automatic Char Reset successful.", 1); - debugmes "GM Account %s reset successful", strcharinfo(0); - } - } - // Skip any update for newcomers if (getmap() ~= "000-0*") { UPDATE=gettimetick(2); -- cgit v1.2.3-60-g2f50