diff options
author | gumi <git@gumi.ca> | 2018-03-04 18:34:58 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-03-07 10:44:10 -0500 |
commit | 4be65a96095c7ba93d941ace30131de253e6de0c (patch) | |
tree | a2ce475ead3d6737d3be3e41748b81fa3cd9aa32 /world/map/npc/009-4 | |
parent | 5cf32b808c560649c0ea33b1cafa96c94ae7a14a (diff) | |
download | serverdata-4be65a96095c7ba93d941ace30131de253e6de0c.tar.gz serverdata-4be65a96095c7ba93d941ace30131de253e6de0c.tar.bz2 serverdata-4be65a96095c7ba93d941ace30131de253e6de0c.tar.xz serverdata-4be65a96095c7ba93d941ace30131de253e6de0c.zip |
don't use custom mob names when not necessary
Diffstat (limited to 'world/map/npc/009-4')
-rw-r--r-- | world/map/npc/009-4/waric.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/009-4/waric.txt b/world/map/npc/009-4/waric.txt index 9598ecaa..aa366318 100644 --- a/world/map/npc/009-4/waric.txt +++ b/world/map/npc/009-4/waric.txt @@ -88,7 +88,7 @@ L_Explain: warp "008-1", 65, 90; getexp @EXP_LEARNED_ALOT, 0; mes "You awake on your back with a squirrel sitting on top of you arranging it's acorns. It quickly gathers them up and runs off as it sees you looking at it them."; - monster "008-1", 65, 90, "Squirrel", 1038, 1; + monster "008-1", 65, 90, "", 1038, 1; goto L_Close; L_Close: |