Core: step 1 - starting to fix core warnings
expecially from headers and some cpp files Scripts and tools in next steps
This commit is contained in:
parent
584af79efa
commit
3dde305068
22 changed files with 66 additions and 51 deletions
|
|
@ -2200,7 +2200,7 @@ class spell_pvp_trinket_wotf_shared_cd : public SpellScriptLoader
|
|||
// Spell::SendSpellCooldown() skips all spells with TRIGGERED_IGNORE_SPELL_AND_CATEGORY_CD
|
||||
player->AddSpellAndCategoryCooldowns(GetSpellInfo(), GetCastItem() ? GetCastItem()->GetEntry() : 0, GetSpell());
|
||||
|
||||
if (player->GetTeamId(true) == TEAM_HORDE)
|
||||
if (player->GetTeamId(true) == TEAM_HORDE) {
|
||||
if (GetSpellInfo()->Id == SPELL_WILL_OF_THE_FORSAKEN_COOLDOWN_TRIGGER)
|
||||
{
|
||||
WorldPacket data;
|
||||
|
|
@ -2225,6 +2225,7 @@ class spell_pvp_trinket_wotf_shared_cd : public SpellScriptLoader
|
|||
player->GetSession()->SendPacket(&data2);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Register()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue