diff options
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index c9bf4bc4e..df39c34fa 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -918,8 +918,8 @@ function script MapToLoc { function script NewcomerEXPDROPUP { // Event System Override if ($EVENT$ == "Anniversary") { - if (BaseLevel < 20) - BaseLevel=20; + if (BaseLevel < 10) + BaseLevel=10; } // Newbies if (!REBIRTH) { |