Added creatures & models

Added creatures & models in support for Horsefly Swamp Update.  Full compile.
This commit is contained in:
Jaysyn904
2023-08-10 23:50:38 -04:00
parent abae0284e0
commit 9448afd228
397 changed files with 53090 additions and 159 deletions

View File

@@ -46,7 +46,7 @@ void DoGhoulBite(object oTarget, object oCaster)
void main()
{
object oTarget = GetSpellTargetObject();
object oTarget = PRCGetSpellTargetObject();
object oCaster = OBJECT_SELF;
DelayCommand(0.1,DoGhoulBite(oTarget,oCaster));