Kitzunu
2021-01-10 14:27:55 +01:00
committed by GitHub
parent 7cf097eab2
commit da4edd547d
315 changed files with 3 additions and 729 deletions

View File

@@ -145,7 +145,6 @@ public:
me->SetFlag(UNIT_FIELD_FLAGS_2, UNIT_FLAG2_FEIGN_DEATH);
me->SetFlag(UNIT_DYNAMIC_FLAGS, UNIT_DYNFLAG_DEAD);
me->AddUnitState(UNIT_STATE_DIED);
}
}
@@ -362,7 +361,6 @@ public:
{
npc_escortAI::UpdateAI(uiDiff);
}
};
CreatureAI* GetAI(Creature* pCreature) const override

View File

@@ -245,7 +245,6 @@ public:
for( uint8 i = 0; i < MAX_ENCOUNTER; ++i )
if( m_auiEncounter[i] == IN_PROGRESS )
m_auiEncounter[i] = NOT_STARTED;
}
else
OUT_LOAD_INST_DATA_FAIL;
@@ -743,7 +742,6 @@ public:
pAdd->GetMotionMaster()->MoveFollow(pBoss, 2.0f, (i + 1)*M_PI / 2);
pAdd->SetReactState(REACT_PASSIVE);
}
}
if (!shortver)

View File

@@ -1987,7 +1987,6 @@ public:
DoMeleeAttackIfReady();
}
};
};
enum eEnhShamanSpells
@@ -2114,7 +2113,6 @@ public:
events.RepeatEvent(30000);
EventMapGCD(events, 1500);
break;
}
DoMeleeAttackIfReady();
@@ -2362,7 +2360,6 @@ public:
me->DespawnOrUnsummon();
}
};
};
enum eHunterPetSpells

View File

@@ -347,7 +347,6 @@ public:
me->DespawnOrUnsummon();
}
};
};
class npc_mistress_of_pain : public CreatureScript
@@ -429,7 +428,6 @@ public:
me->DespawnOrUnsummon();
}
};
};
class spell_toc25_mistress_kiss : public SpellScriptLoader