diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-14 21:27:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-14 21:27:36 -0300 |
commit | d020132b81010a397d61f6e1f01503c32c64bd62 (patch) | |
tree | dab3b41033cafc0081d252d383cffac0641910cf /npc/functions | |
parent | c239c66a329835baeb9658a515affd821b6738d9 (diff) | |
download | serverdata-d020132b81010a397d61f6e1f01503c32c64bd62.tar.gz serverdata-d020132b81010a397d61f6e1f01503c32c64bd62.tar.bz2 serverdata-d020132b81010a397d61f6e1f01503c32c64bd62.tar.xz serverdata-d020132b81010a397d61f6e1f01503c32c64bd62.zip |
Minor optimizations for the MLP final version
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index e7420a5bd..78e81feed 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1145,7 +1145,8 @@ function script clientupdater { logmes "[Merger] EXP +"+#ADD_LVL, LOGMES_ATCOMMAND; getexp #ADD_LVL, 0; #ADD_LVL=0; - rodex_sendmail(getcharid(0), "TMW2 Team", "Welcome to Moubootaur Legends", "Hey, thanks for believing on us! We hope to have a great time together. Any problem, ask for help in #world - the Discord bridge! Enjoy our game!", 20); + //rodex_sendmail(getcharid(0), "TMW2 Team", "Welcome to Moubootaur Legends", "Hey, thanks for believing on us! We hope to have a great time together. Any problem, ask for help in #world - the Discord bridge! Enjoy our game!", 20); + // TODO: Maybe an item which lets you open the storage anywhere? } if (.@dg) { |