aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMitchesD <majklprofik@seznam.cz>2013-09-02 18:55:52 +0200
committerjoschiwald <joschiwald@online.de>2013-09-02 18:55:52 +0200
commit5e03230f3d665b5ef7fa0804137ac711804b1cb1 (patch)
treeada0a375a1806780018bda834075fe10a1910c15 /sql
parent3722fcb85014b9fa7c6b20cee80821aec0e42975 (diff)
Scripts/HallsOfStone: Sjonnir, some improvements
- rewritten to BossAI - added spawn ordered by percent, according to official data Closes #10702 Signed-off-by: joschiwald <joschiwald@online.de>
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_09_02_19_world_spelldifficulty_dbc.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_09_02_19_world_spelldifficulty_dbc.sql b/sql/updates/world/2013_09_02_19_world_spelldifficulty_dbc.sql
new file mode 100644
index 00000000000..5c8f810da55
--- /dev/null
+++ b/sql/updates/world/2013_09_02_19_world_spelldifficulty_dbc.sql
@@ -0,0 +1,7 @@
+DELETE FROM `spelldifficulty_dbc` WHERE `id` IN (51849, 50840, 50834, 50830, 50831);
+INSERT INTO `spelldifficulty_dbc`(`id`,`spellid0`,`spellid1`) VALUES
+(51849, 51849, 59861),
+(50840, 50840, 59848),
+(50834, 50834, 59846),
+(50830, 50830, 59844),
+(50831, 50831, 59845);