From b2fb19e894b06d242e67bb05d9ebcbd9b56f2300 Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Wed, 27 Apr 2011 22:19:20 +0200 Subject: [PATCH 1/2] Removed two manaserv specific parameters left in items.xml. Trivial fix. --- items.xml | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/items.xml b/items.xml index d896f9e..a5a817a 100644 --- a/items.xml +++ b/items.xml @@ -445,7 +445,6 @@ name="Red Apple" description="A healthy red apple." effect="+50 HP" - script="apple.lua" type="usable" hp="50" weight="5" @@ -2188,7 +2187,6 @@ name="Green Apple" description="A healthy green apple." effect="+45 HP" - script="apple.lua" type="usable" hp="45" weight="5" -- 1.7.4.4