summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-17 08:15:43 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-17 08:15:43 -0300
commit2ae078071998a3a1091449c82b823dc0df6f96e9 (patch)
tree3b17e2f9e5607170142ed070c0b4e670177a1e04
parent8c9da2c0ad31c07c12f3abae31373ea1c6d8aa34 (diff)
downloadserverdata-2ae078071998a3a1091449c82b823dc0df6f96e9.tar.gz
serverdata-2ae078071998a3a1091449c82b823dc0df6f96e9.tar.bz2
serverdata-2ae078071998a3a1091449c82b823dc0df6f96e9.tar.xz
serverdata-2ae078071998a3a1091449c82b823dc0df6f96e9.zip
Some bugs I have no idea where they come from or how to fix.
But thanks for testing, Clort HoraK and Apple.
-rw-r--r--db/pre-re/item_db.conf2
-rw-r--r--npc/items/warpTowels.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index dc5d6753..771733d3 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -934,7 +934,7 @@ item_db: (
Loc: "EQP_AMMO"
Refine: false
ViewSprite: 904
- Subtype: "A_SHELL"
+ Subtype: "A_ARROW"
},
{
Id: 906
diff --git a/npc/items/warpTowels.txt b/npc/items/warpTowels.txt
index d90e5639..a6ffa8d1 100644
--- a/npc/items/warpTowels.txt
+++ b/npc/items/warpTowels.txt
@@ -121,7 +121,7 @@ L_WarpPlayer:
L_BreakChance:
if (rand2(12))
goto L_Keep;
- getitem "HitchhikersTowel", 1;
+ getitem HitchhikersTowel, 1;
goto L_End;
L_Forbid: