From 2c406352b84bf9eddc5e0778df5fe94cd064a021 Mon Sep 17 00:00:00 2001 From: xavier Date: Sat, 6 Aug 2011 02:00:49 +0000 Subject: [PATCH] --- Scripts/Items/Special/8th Anniversary Items/FountainOfLife.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Scripts/Items/Special/8th Anniversary Items/FountainOfLife.cs b/Scripts/Items/Special/8th Anniversary Items/FountainOfLife.cs index d69274cef..e45be4ad4 100644 --- a/Scripts/Items/Special/8th Anniversary Items/FountainOfLife.cs +++ b/Scripts/Items/Special/8th Anniversary Items/FountainOfLife.cs @@ -69,7 +69,9 @@ namespace Server.Items public override int DefaultDropSound { get { return 66; } } public override int DefaultMaxItems { get { return 125; } } - public override bool Movable { get { return false; } } + new public bool Movable { get { return m_Movable; } set { } } + + private bool m_Movable; private int m_Charges;