Jump to content

[3.0.2+][7324] Spells deleted from characters


Sephiroth1983

Recommended Posts

  • * What bug does the patch fix? What features does the patch add?
    It removes the Blood Elf racial Mana Tap no longer used and also some old outdated ranks of Intercept, Shield Bash, Overpower and Hamstring, since now are unique ranked spells.
    * For which repository revision was the patch created?
    7255 (all)
    * Who has been writing this patch?
    Me but this is not such a patch

-- remove some deleted spells or ranks from characters
-- Mana Tap no longer Blood Elf Racial
DELETE FROM `character_spell` WHERE `spell` = '28734';
-- Hamstring is only one rank now, need to delete these zzOLDRank spells
DELETE FROM `character_spell` WHERE `spell` IN ('7373', '7372', '25212');
-- Intercept is only one rank now, need to delete these zzOLDRank spells
DELETE FROM `character_spell` WHERE `spell` IN ('20616', '20617', '25272', '25275');
-- Overpower is only one rank now, need to delete these zzOLDRank spells
DELETE FROM `character_spell` WHERE `spell` IN ('7887', '11584', '11585');
-- Shield Bash is only one rank now, need to delete these zzOLDRank spells
DELETE FROM `character_spell` WHERE `spell` IN ('1671', '1672', '29704');
-- lets also clear character_aura
DELETE FROM `character_aura` WHERE `spell` IN ('28734', '7373', '7372', '25212', '20616', '20617', '25272', '25275', '7887', '11584', '11585', '1671', '1672', '29704');

spell_chain are already deleted, I don't remember if mangos accepts characters DB correctness fixes, but this can help to avoid some bug reports.

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use