diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-01-09 22:13:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-01-09 22:13:36 -0300 |
commit | 4bb46b8d24631c7c22a02743edbdae193a17d259 (patch) | |
tree | f8c5695977903e1e9c9cc1c46d3469631a0b8841 | |
parent | 9b3260025ab14da55356a9c22bdeb7cafa8f7e43 (diff) | |
download | serverdata-4bb46b8d24631c7c22a02743edbdae193a17d259.tar.gz serverdata-4bb46b8d24631c7c22a02743edbdae193a17d259.tar.bz2 serverdata-4bb46b8d24631c7c22a02743edbdae193a17d259.tar.xz serverdata-4bb46b8d24631c7c22a02743edbdae193a17d259.zip |
Fix Kamelot West Sign
-rw-r--r-- | npc/042-10/ctrl.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index 864b43661..0f976844f 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -527,7 +527,7 @@ OnInit: close; } - if ($KAMELOT_PASSCODE[.@g] & 1) + if ($KAMELOT_PASSCODE[.@g] & 4) dispbottom l("The power system is ##Bactive##b on the west."); else dispbottom l("The west power system is offline."); |