summaryrefslogtreecommitdiff
path: root/npc/soren-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/soren-2')
-rw-r--r--npc/soren-2/main.txt2
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