Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Prince Malchezaar Equipment #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/eastern_kingdoms/karazhan/boss_prince_malchezaar.cpp
Expand Up @@ -59,7 +59,8 @@ enum
NPC_NETHERSPITE_INFERNAL = 17646, // The netherspite infernal creature
NPC_MALCHEZARS_AXE = 17650, // Malchezar's axes summoned during phase 3

EQUIP_ID_AXE = 23996, // Axes info
// EQUIP_ID_AXE = 23996, // Axes info WotLK
EQUIP_ID_AXE = 28767, // Axes info TBC

ATTACK_TIMER_DEFAULT = 2400, // note: for WotLK it is 2000
ATTACK_TIMER_AXES = 1600, // note: for WotLK it is 1333
Expand Down