summaryrefslogtreecommitdiff
path: root/npc/014-5-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-12 12:46:57 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-12 12:46:57 -0300
commit35d88300c61003711496c9a197bd4cc022be8b52 (patch)
tree6bf3c02c19e74c583ad35765e5b4d752397d93a4 /npc/014-5-1
parente1af581e1ccd000313e27c408a61acf51facdac5 (diff)
downloadserverdata-35d88300c61003711496c9a197bd4cc022be8b52.tar.gz
serverdata-35d88300c61003711496c9a197bd4cc022be8b52.tar.bz2
serverdata-35d88300c61003711496c9a197bd4cc022be8b52.tar.xz
serverdata-35d88300c61003711496c9a197bd4cc022be8b52.zip
Nothing a few Zeroes can't do
Diffstat (limited to 'npc/014-5-1')
-rw-r--r--npc/014-5-1/sagratha.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt
index 537d99b63..497d5070f 100644
--- a/npc/014-5-1/sagratha.txt
+++ b/npc/014-5-1/sagratha.txt
@@ -64,7 +64,7 @@ function script SaggyMobCount {
// Safety - Impossible Situation
if (.@m < 2 || .@m > 3 || .@q < 6) {
Exception("Player found cheating/breaking the rules. Character banned. Please contact GM Staff if you believe this is an error.", RB_DEFAULT|RB_SPEECH);
- atcommand "@jail 7h "+strcharinfo(0);
+ atcommand "@jailfor 7h "+strcharinfo(0);
close;
}