diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-22 13:22:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-22 13:22:01 -0300 |
commit | b795848e5b5699563c88c8a1182e0452b4338ce4 (patch) | |
tree | 55c3917b55f57481d01308892f3d48ebdb3a24c6 /npc/soren-2 | |
parent | 83a93c93ad09eaa6e1beb170186081cb5b41c1f2 (diff) | |
download | serverdata-b795848e5b5699563c88c8a1182e0452b4338ce4.tar.gz serverdata-b795848e5b5699563c88c8a1182e0452b4338ce4.tar.bz2 serverdata-b795848e5b5699563c88c8a1182e0452b4338ce4.tar.xz serverdata-b795848e5b5699563c88c8a1182e0452b4338ce4.zip |
Fix CoD barrier, no spam policy, and improve Raid Trousers dr from 0.0049 to 0.005?%
Diffstat (limited to 'npc/soren-2')
-rw-r--r-- | npc/soren-2/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index 9b413688c..be4c65d7c 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -134,7 +134,7 @@ OnSanctum: } // Rare drop - if (rand(1,7000) == 1337) + if (rand(1,6900) == 1337) .@itemId=RaidTrousers; // Core Logic, part 3 |