aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorLopin <davca.hr@seznam.cz>2011-06-28 21:19:48 +0200
committerLopin <davca.hr@seznam.cz>2011-06-28 21:19:48 +0200
commit7d1e0db5eccfc221fc3e7bfa5d8412570b75ec35 (patch)
tree9db74d80a62ea9027b77eb3314baff07f31c1b82 /sql/updates/world
parent1eff27f57c69e39aa1763201ec796b55e8fed8e4 (diff)
Scripts/Ulduar:
* Codestyle changes to Assembly of Iron script * Fixed targeting for Rune of Power * Fixed Brundir's Lightning Tendrils * Fixed case when Brundir is killed somewhere in the air - he will fall on the ground now * Move Kologarn's criteriaId for timed achievement to header file
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/2011_06_28_01_world_spelldifficulty_dbc.sql17
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_28_01_world_spelldifficulty_dbc.sql b/sql/updates/world/2011_06_28_01_world_spelldifficulty_dbc.sql
new file mode 100644
index 00000000000..9f98c1b77e5
--- /dev/null
+++ b/sql/updates/world/2011_06_28_01_world_spelldifficulty_dbc.sql
@@ -0,0 +1,17 @@
+DELETE FROM `spelldifficulty_dbc` WHERE `id` BETWEEN 3251 AND 3261;
+INSERT INTO `spelldifficulty_dbc` (`id`,`spellid0`,`spellid1`,`spellid2`,`spellid3`)
+VALUES
+-- Steelbreaker
+(3251,61980,63498,0,0),
+(3252,61903,63493,0,0),
+(3253,44008,63494,0,0),
+(3254,64637,61888,0,0),
+-- Runemaster Molgeim
+(3255,62274,63489,0,0),
+(3256,62277,63967,0,0),
+(3257,62052,63492,0,0),
+-- Stormcaller Brundir
+(3258,61879,63479,0,0),
+(3259,61869,63481,0,0),
+(3260,61915,63483,0,0),
+(3261,61887,63486,0,0);