diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-29 10:37:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-29 10:37:21 -0300 |
commit | b524e1d096ffa8f05c7fea873d7f55eb82e99875 (patch) | |
tree | 76af94af3dfdf8baa35f9d7701211f19349d2b51 /npc/002-4 | |
parent | ae781375c610cac535b8eeffc1e9686a4283c632 (diff) | |
download | serverdata-b524e1d096ffa8f05c7fea873d7f55eb82e99875.tar.gz serverdata-b524e1d096ffa8f05c7fea873d7f55eb82e99875.tar.bz2 serverdata-b524e1d096ffa8f05c7fea873d7f55eb82e99875.tar.xz serverdata-b524e1d096ffa8f05c7fea873d7f55eb82e99875.zip |
Delete ShipQuests_Nard, it doesn't exist
Diffstat (limited to 'npc/002-4')
-rw-r--r-- | npc/002-4/nard.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 508f629e3..50cc60cb3 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -11,7 +11,6 @@ 002-4,25,26,0 script Nard NPC_NARD,{ showavatar NPC_NARD; // this is handled by avatars.xml - .@nard = getq(ShipQuests_Nard); // TODO .@narrator = getq(General_Narrator); .@price=1500; @@ -70,10 +69,6 @@ L_MenuQuest: mesq l("Why we're going Tulimshar, you may ask? Because well, believe me, if you want to find out anything, the best place to ask around is Tulim!"); LOCATION$ = "Candor"; - //inventoryplace JohanneKey, 1; - //setq ShipQuests_Nard, 1; - //getitem JohanneKey, 1; - close; |