Many little adjustments

This commit is contained in:
valsan-azerty-boi
2025-06-11 18:12:19 +02:00
parent 4e390867b0
commit 8ac367231a
14 changed files with 228 additions and 434 deletions

View File

@@ -15,6 +15,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "IndividualProgression.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellInfo.h"
@@ -135,7 +136,7 @@ public:
bool OnTrigger(Player* player, AreaTrigger const* /*areaTrigger*/) override
{
if (player->GetLevel() < 80)
if (player->GetLevel() < IP_LEVEL_WOTLK)
{
player->SetRaidDifficulty(RAID_DIFFICULTY_10MAN_HEROIC);
player->TeleportTo(249, 29.1607f, -71.3372f, -8.18032f, 4.58f);