Skip to content

Commit

Permalink
[Spell] Fix two typos in unlearn blacksmithing weaponspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonXS authored and killerwife committed Sep 17, 2023
1 parent 10d0e56 commit d9d84f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/game/AI/ScriptDevAI/scripts/world/spell_scripts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ struct ForgetAxesmith : public SpellScript

Player* player = static_cast<Player*>(spell->GetUnitTarget());
player->removeSpell(36260); // Wicked Edge of the Planes
player->removeSpell(34562); // Black Planar Edge
player->removeSpell(34542); // Black Planar Edge
player->removeSpell(34541); // The Planar Edge
player->removeSpell(36134); // Stormforged Axe
player->removeSpell(36135); // Skyforged Great Axe
Expand All @@ -1109,7 +1109,7 @@ struct ForgetHammersmith : public SpellScript
player->removeSpell(34545); // Drakefist Hammer
player->removeSpell(36136); // Lavaforged Warhammer
player->removeSpell(34547); // Thunder
player->removeSpell(34567); // Deep Thunder
player->removeSpell(34548); // Deep Thunder
player->removeSpell(36263); // Stormherald
player->removeSpell(36137); // Great Earthforged Hammer
}
Expand Down

0 comments on commit d9d84f1

Please sign in to comment.