diff options
| author | kandera <kanderadev@gmail.com> | 2012-10-04 06:30:41 -0700 |
|---|---|---|
| committer | kandera <kanderadev@gmail.com> | 2012-10-04 06:30:41 -0700 |
| commit | 9d676611ecd6902b1b4f9f47ac826e8853cddb70 (patch) | |
| tree | b109945cd861d1346fb745eaa126f5f6a5527ecd /sql | |
| parent | cef436e38ee87e2eb86276eb70bbbe9da2885f7b (diff) | |
| parent | 4596fc776e876c2ff131197ba0ab603e74d07144 (diff) | |
Merge pull request #7928 from Retriman/master
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 |
