diff options
| author | Retriman <nicolas_katre@hotmail.com> | 2012-09-30 18:43:10 -0400 |
|---|---|---|
| committer | Retriman <nicolas_katre@hotmail.com> | 2012-09-30 18:43:10 -0400 |
| commit | 4596fc776e876c2ff131197ba0ab603e74d07144 (patch) | |
| tree | 90a78732f6fd48d8bd4ec7c0c4c3a2f80f735014 /sql | |
| parent | 128c8c0562b05968bbda8ab0014a503f86c09edf (diff) | |
Core/Script: Update spelldifficulty for Boss Anubarak
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 |
