Skip to content

Commit 3c2dea2

Browse files
NyeriahCopilot
andauthored
Update src/mod_zone_difficulty_handler.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 879b574 commit 3c2dea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_zone_difficulty_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ bool ZoneDifficulty::CheckCompletionStatus(Creature* creature, Player* player, u
11231123

11241124
void ZoneDifficulty::ProcessCreatureDeath(Map* map, uint32 entry)
11251125
{
1126-
constexpr std::array deathData =
1126+
constexpr std::array<std::pair<uint32, std::tuple<uint32, const char*>>, 5> deathData =
11271127
{
11281128
std::pair{ NPC_ILLIDAN_STORMRAGE, std::tuple{ SETTING_BLACK_TEMPLE, "Black Temple" } },
11291129
std::pair{ NPC_ZULJIN, std::tuple{ SETTING_ZULAMAN, "Zul'Aman" } },

0 commit comments

Comments
 (0)