diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_XX_XX_XX_world_spelldifficulty_dbc.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_XX_XX_XX_world_spelldifficulty_dbc.sql b/sql/updates/world/2012_XX_XX_XX_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..763bf57fc47 --- /dev/null +++ b/sql/updates/world/2012_XX_XX_XX_world_spelldifficulty_dbc.sql @@ -0,0 +1,5 @@ +-- Boss Anubarak Move Heroic Spell in spelldifficulty +DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (53472,53454); +INSERT INTO `spelldifficulty_dbc`(`id`,`spellid0`,`spellid1`) VALUES +(53472,53472,59433), -- Spell Pound +(53454,53454,59446); -- Spell Impale Damage |
