diff options
-rw-r--r-- | npc/002-4/elmo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index ab113252f..734006e1b 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -41,8 +41,8 @@ L_Candor: .@q=getq(CandorQuest_Barrel); if (.@q < 4) mes l("- I think you can help the storehouse for some quick cash."); - if (getgmlevel() == 99 && .@q > 0 && .q < 4) - mes l("Please, Game Master, help Zegas @@!", getquestlink(CandorQuest_Barrel)); + //if (getgmlevel() == 99 && .@q > 0 && .q < 4) + // mes l("Please, Game Master, help Zegas @@!", getquestlink(CandorQuest_Barrel)); // Kids Quest .@q=getq(CandorQuest_HAS); |