Added creatures & models
Added creatures & models in support for Horsefly Swamp Update. Full compile.
This commit is contained in:
@@ -25,8 +25,8 @@ void DoBeholderPetrify(int nDuration,object oSource, object oTarget, int nSpellI
|
||||
void main()
|
||||
{
|
||||
|
||||
int nSpell = GetSpellId();
|
||||
object oTarget = GetSpellTargetObject();
|
||||
int nSpell = PRCGetSpellId();
|
||||
object oTarget = PRCGetSpellTargetObject();
|
||||
int nSave, bSave;
|
||||
int nSaveDC = 15;
|
||||
float fDelay;
|
||||
|
Reference in New Issue
Block a user