summon 10 spiders instead of 8

This commit is contained in:
Jelle Meeus
2024-04-26 04:24:19 +02:00
parent 095cd62360
commit 7f0bb3139f

View File

@@ -208,7 +208,7 @@ public:
break;
case EVENT_SUMMON_SPIDERLINGS:
Talk(EMOTE_SPIDERS);
for (uint8 i = 0; i < 8; ++i)
for (uint8 i = 0; i < 10; ++i)
{
me->SummonCreature(NPC_MAEXXNA_SPIDERLING, me->GetPositionX(), me->GetPositionY(), me->GetPositionZ(), me->GetOrientation());
}