diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-24 15:28:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-24 15:28:57 -0300 |
commit | 119dca1d758a04e79e1924df43ac4d913c565246 (patch) | |
tree | 9ff449ed806b22dc07a249745256ce5b1f9787e5 /npc | |
parent | a84f5d523a04158266e33a1432ed6135389d4cb8 (diff) | |
download | serverdata-119dca1d758a04e79e1924df43ac4d913c565246.tar.gz serverdata-119dca1d758a04e79e1924df43ac4d913c565246.tar.bz2 serverdata-119dca1d758a04e79e1924df43ac4d913c565246.tar.xz serverdata-119dca1d758a04e79e1924df43ac4d913c565246.zip |
Do we even need @debug command?
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/debug.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt index 70d0d8392..5ffb409bb 100644 --- a/npc/commands/debug.txt +++ b/npc/commands/debug.txt @@ -7,6 +7,7 @@ function script GlobalDebugMenu { resetstatus; resetskill; resetlvl 1; + dispbottom b("ALL PERMANENT STATUS BOOSTS WERE ALSO RESET"); dispbottom l("Reset done!"); if (getarg(0,0) == 3) { closedialog; |