mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
summon 10 spiders instead of 8
This commit is contained in:
@@ -208,7 +208,7 @@ public:
|
|||||||
break;
|
break;
|
||||||
case EVENT_SUMMON_SPIDERLINGS:
|
case EVENT_SUMMON_SPIDERLINGS:
|
||||||
Talk(EMOTE_SPIDERS);
|
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());
|
me->SummonCreature(NPC_MAEXXNA_SPIDERLING, me->GetPositionX(), me->GetPositionY(), me->GetPositionZ(), me->GetOrientation());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user