diff options
author | tux9th <mr.x@aon.at> | 2013-09-06 15:43:09 +0200 |
---|---|---|
committer | tux9th <mr.x@aon.at> | 2013-09-06 15:43:09 +0200 |
commit | a7cad76b1032e3dde32c8d88ff2df45d3377c407 (patch) | |
tree | b705114b35630fb7d9e8da9b0bc1641050c294dd /world | |
parent | c2768de2ba55756e3eddfcc562ceaf1f472e82cc (diff) | |
download | serverdata-a7cad76b1032e3dde32c8d88ff2df45d3377c407.tar.gz serverdata-a7cad76b1032e3dde32c8d88ff2df45d3377c407.tar.bz2 serverdata-a7cad76b1032e3dde32c8d88ff2df45d3377c407.tar.xz serverdata-a7cad76b1032e3dde32c8d88ff2df45d3377c407.zip |
Waric: fix explanation of spell
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/017-4/waric.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt index 9501e5ec..e9b446fc 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -228,7 +228,7 @@ L_Mushroom: mes "\"Now that you are a student of mine, I will teach you some spells.\""; next; mes "\"We will start with an easy one. I will teach you how to summon a wicked mushroom.\""; - mes "\"The spell consumes a root and a dark crystal. Shove the Dark Crystal into the Root and yell " + getspellinvocation("summon-wickedmushroom") +".\""; + mes "\"The spell consumes a Small Mushroom and a Dark Crystal. Shove the Dark Crystal into the Small Mushroom and yell " + getspellinvocation("summon-wickedmushroom") +".\""; next; mes "\"A wicked mushroom will appear to fight for you.\""; set OrumQuest, 37; |