diff options
author | Jildor <Jildor@users.noreply.github.com> | 2020-10-17 02:53:25 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-10-17 02:53:25 +0300 |
commit | 551aec5a03d402c0f31508047f77ef9a6ca3e0e6 (patch) | |
tree | 6c859e0ae32c639290b65a6e99edd8fdfde3023a | |
parent | 70df7d9cb7d53795066081496996b358d5e1ce88 (diff) |
DB/Spells: Add missing difficulty mode to Freya's Touch of Eonar spell (Ulduar)
Closes #25579
-rw-r--r-- | sql/updates/world/3.3.5/2020_10_17_02_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_10_17_02_world_335.sql b/sql/updates/world/3.3.5/2020_10_17_02_world_335.sql new file mode 100644 index 00000000000..d9d3be7a827 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_10_17_02_world_335.sql @@ -0,0 +1,4 @@ +-- Ulduar - Freya: Touch of Eonar +DELETE FROM `spelldifficulty_dbc` WHERE `id`=62528; +INSERT INTO `spelldifficulty_dbc`(`id`,`spellid0`,`spellid1`) VALUES +(62528,62528,62892); |