Skip to content

Commit 4389d9a

Browse files
committed
fix t6 items
1 parent f893ee3 commit 4389d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_zone_difficulty_scripts.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ class mod_zone_difficulty_rewardnpc : public CreatureScript
737737
++i;
738738
}
739739
}
740-
else if (action < 1000)
740+
else if (action < 1200)
741741
{
742742
npcText = NPC_TEXT_ITEM;
743743
uint32 category = 0;

0 commit comments

Comments
 (0)