mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/LCT: added loot to General Husam and Siamat
By Ovahlord
This commit is contained in:
@@ -390,7 +390,7 @@ class npc_lockmaw_frenzied_crocolisk : public CreatureScript
|
||||
me->DespawnOrUnsummon(Seconds(5));
|
||||
}
|
||||
|
||||
void IsSummonedBy(Unit* summoner) override
|
||||
void IsSummonedBy(Unit* /*summoner*/) override
|
||||
{
|
||||
if (Creature* lockmaw = _instance->GetCreature(DATA_LOCKMAW))
|
||||
lockmaw->AI()->JustSummoned(me);
|
||||
|
||||
Reference in New Issue
Block a user