diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-01-14 10:35:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-01-14 10:35:31 -0300 |
commit | 0c89664363cd75d758b1b590329265408de167ea (patch) | |
tree | 433f96fd66bcb1a41f734379353debce424f4de1 /npc/items/books.txt | |
parent | 138adf72d498e17d071cc3de33119339879c9442 (diff) | |
download | serverdata-0c89664363cd75d758b1b590329265408de167ea.tar.gz serverdata-0c89664363cd75d758b1b590329265408de167ea.tar.bz2 serverdata-0c89664363cd75d758b1b590329265408de167ea.tar.xz serverdata-0c89664363cd75d758b1b590329265408de167ea.zip |
Magic Olympics Scoreboards - And yes, it is twelve scoreboards.
Extremely SQL intensive.
Diffstat (limited to 'npc/items/books.txt')
-rw-r--r-- | npc/items/books.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/books.txt b/npc/items/books.txt index f5f102696..0fae0a04f 100644 --- a/npc/items/books.txt +++ b/npc/items/books.txt @@ -209,7 +209,7 @@ function script PetcaringBook { dnext; mes ""; mes l("%s", getitemlink(BlackyCat)); - mesc b(l("Acquisition: ")) + l("Unobtanium"); + mesc b(l("Acquisition: ")) + l("Magic Olympics Top 1 Prize"); mesc b(l("Food: ")) + getitemlink(Mashmallow); mesc b(l("Bonus: ")) + l("Loot 3, Int +5, Agi +1"); |