Added creatures & models
Added creatures & models in support for Horsefly Swamp Update. Full compile.
This commit is contained in:
@@ -8,8 +8,8 @@ void main()
|
||||
{
|
||||
|
||||
object oPC = OBJECT_SELF;
|
||||
object oItem = GetSpellCastItem();
|
||||
object oTarget = GetSpellTargetObject();
|
||||
object oItem = PRCGetSpellCastItem();
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
|
||||
string sGrapplerName = GetName(oPC);
|
||||
|
||||
|
Reference in New Issue
Block a user