Files
TrinityCore/sql/updates/3235_characters.sql
Drahy a0a6efd89e * Completely redone trinityscript_script_texts sql - never again :-)
* Cleaned up world_scripts_full
* Used trinity sql coding style for sql updates

--HG--
branch : trunk
2009-05-13 12:42:56 +02:00

4 lines
236 B
SQL

DELETE FROM `character_action` WHERE `type` = 0 AND `action` = 28734;
DELETE FROM `character_aura` WHERE `spell` = 28734;
DELETE FROM `character_spell` WHERE `spell` = 28734;
DELETE FROM `character_spell_cooldown` WHERE `spell` = 28734;