diff options
author | Reid <reidyaro@gmail.com> | 2015-06-20 15:57:31 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-06-20 15:57:31 +0200 |
commit | 0af6f46e4f30d0b4be7bfc0981a91532aa23a7be (patch) | |
tree | b4d35b9af14039eef6f7237bd444d111aef7fcff /npc/000-1/max.txt | |
parent | 292270ca3bec31382ee31aa12c327ca855c568a4 (diff) | |
download | serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.gz serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.bz2 serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.tar.xz serverdata-0af6f46e4f30d0b4be7bfc0981a91532aa23a7be.zip |
Replace NPC names by NPC IDs.
Diffstat (limited to 'npc/000-1/max.txt')
-rw-r--r-- | npc/000-1/max.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-1/max.txt b/npc/000-1/max.txt index baac0d5f..8e7f5a71 100644 --- a/npc/000-1/max.txt +++ b/npc/000-1/max.txt @@ -74,7 +74,7 @@ L_Qmuller: mesn; mesq l("You need to cross the crocojungle heading north."); next; - mesq l("You can spot Q'Muller on a cliff off toward the west, busy collecting @@s.", getitemlink("Plushroom")); + mesq l("You can spot Q'Muller on a cliff off toward the west, busy collecting @@s.", getitemlink(515)); next; goto L_MenuSailors; |