瀏覽代碼

fix for issue 484

Azaezel 12 年之前
父節點
當前提交
c4e9e5db99
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Templates/Full/game/scripts/server/shapeBase.cs

+ 1 - 1
Templates/Full/game/scripts/server/shapeBase.cs

@@ -101,7 +101,7 @@ function ShapeBase::clearDamageDt(%this)
 // ShapeBase datablock
 // 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
    // Ignore damage by default. This empty method is here to
    // avoid console warnings.
    // avoid console warnings.