mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/PoS: move boss_krickandick into new script definition
(cherry picked from commit d27fd717c1)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -110,6 +110,8 @@ enum SpellsIcicle
|
||||
SPELL_DONT_LOOK_UP_ACHIEV_CREDIT = 72845
|
||||
};
|
||||
|
||||
class Creature;
|
||||
|
||||
class ScheduledIcicleSummons : public BasicEvent
|
||||
{
|
||||
public:
|
||||
@@ -127,4 +129,6 @@ inline AI* GetPitOfSaronAI(T* obj)
|
||||
return GetInstanceAI<AI>(obj, PoSScriptName);
|
||||
}
|
||||
|
||||
#define RegisterPitOfSaronCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetPitOfSaronAI)
|
||||
|
||||
#endif // PIT_OF_SARON_H_
|
||||
|
||||
Reference in New Issue
Block a user