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