diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-24 14:36:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-24 14:36:01 -0300 |
commit | 74319622964bc455dc06e2d8b37e0a191dde4a94 (patch) | |
tree | 6582fb7c51e23e2304e957dafff2e7cfd6a4bff1 | |
parent | 3b20961d1dfe6e4b932ef607d4ff6ce0faee128b (diff) | |
download | serverdata-74319622964bc455dc06e2d8b37e0a191dde4a94.tar.gz serverdata-74319622964bc455dc06e2d8b37e0a191dde4a94.tar.bz2 serverdata-74319622964bc455dc06e2d8b37e0a191dde4a94.tar.xz serverdata-74319622964bc455dc06e2d8b37e0a191dde4a94.zip |
Testing required
-rw-r--r-- | npc/014-4/kamelot.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index 88280f350..0569c9236 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -33,6 +33,8 @@ OnTouch: if (!is_staff()) end; dispbottom l("Advised Raid Party: One Thief, one Mage"); + if (is_admin()) + warp "042-0", any(59, 60), 80; end; OnInit: |