From c4e9e5db99b3b5989feee2cc20ab766aebc92567 Mon Sep 17 00:00:00 2001 From: Azaezel Date: Thu, 3 Oct 2013 03:24:49 -0500 Subject: [PATCH] fix for issue 484 --- Templates/Full/game/scripts/server/shapeBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/Full/game/scripts/server/shapeBase.cs b/Templates/Full/game/scripts/server/shapeBase.cs index 4af13dcf5..128278883 100644 --- a/Templates/Full/game/scripts/server/shapeBase.cs +++ b/Templates/Full/game/scripts/server/shapeBase.cs @@ -101,7 +101,7 @@ function ShapeBase::clearDamageDt(%this) // ShapeBase datablock //----------------------------------------------------------------------------- -function ShapeBaseData::damage(%this, %obj, %position, %source, %amount, %damageType) +function ShapeBaseData::damage(%this, %obj, %source, %position, %amount, %damageType) { // Ignore damage by default. This empty method is here to // avoid console warnings.