diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-11 09:46:49 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-11 09:46:49 -0200 |
commit | 1ef3532fb13d063197ad1f2ffafe009435ece073 (patch) | |
tree | 5bd57fa730ce08611e3ad074ab343e4005cc8c61 /npc/003-1/ship.txt | |
parent | 972e6444b1c44ebaee4b40516958c34c19e18ca2 (diff) | |
download | serverdata-1ef3532fb13d063197ad1f2ffafe009435ece073.tar.gz serverdata-1ef3532fb13d063197ad1f2ffafe009435ece073.tar.bz2 serverdata-1ef3532fb13d063197ad1f2ffafe009435ece073.tar.xz serverdata-1ef3532fb13d063197ad1f2ffafe009435ece073.zip |
Fix BUGS
Diffstat (limited to 'npc/003-1/ship.txt')
-rw-r--r-- | npc/003-1/ship.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/ship.txt b/npc/003-1/ship.txt index 01089b546..9c7461127 100644 --- a/npc/003-1/ship.txt +++ b/npc/003-1/ship.txt @@ -4,7 +4,7 @@ // Description: // This script controls access to Nard's Ship, fixing variables. -003-1,82,68,0 script CandorShip NPC_HIDDEN,0,0,{ +003-1,82,68,0 script TulimShip NPC_HIDDEN,0,0,{ OnTouch: LOCATION$="Tulim"; |