Added creatures & models
Added creatures & models in support for Horsefly Swamp Update. Full compile.
This commit is contained in:
@@ -35,9 +35,9 @@ void DoGhoulClaw(object oTarget, object oCaster)
|
||||
|
||||
void main()
|
||||
{
|
||||
object oTarget = GetSpellTargetObject();
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
object oCaster = OBJECT_SELF;
|
||||
|
||||
DelayCommand(0.1,DoGhoulClaw(oTarget,oCaster));
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user