diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-02-09 12:29:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-02-09 12:29:16 -0300 |
commit | e5567d03f5d255951610503608e3b5b002192b3a (patch) | |
tree | 9b4b6c3c642d36bbbdd06dcd55b85e345caf9686 /world | |
parent | cf6f05f8b4c60e4d3c14cc51ad28c6856984f597 (diff) | |
download | classic-serverdata-e5567d03f5d255951610503608e3b5b002192b3a.tar.gz classic-serverdata-e5567d03f5d255951610503608e3b5b002192b3a.tar.bz2 classic-serverdata-e5567d03f5d255951610503608e3b5b002192b3a.tar.xz classic-serverdata-e5567d03f5d255951610503608e3b5b002192b3a.zip |
As discussed, remove the allstats -2 penalty from Overlords
Diffstat (limited to 'world')
-rw-r--r-- | world/map/db/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index d079e53e..06c5b41c 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -10252,7 +10252,7 @@ item_db: ( //bonus bSpeedCap, DEFAULT_WALK_SPEED; // @TMWA bonus bMatkRate, -60; // @EVOL2 bonus bMdef, -60; - //bonus bAllStats, -2; // @TMWA + //bonus bAllStats, -2; // @//TMWA (TODO: Disabled temporarily) bonus bFlee, -20; "> }, |