From 0bdeb126360352740e83bafda4507c97b1daf2b4 Mon Sep 17 00:00:00 2001 From: joschiwald Date: Mon, 14 Oct 2013 16:46:03 +0200 Subject: Scripts/Ahnkahet: Prince Taldaram rewritten to BossAI Closes #10993 --- sql/updates/world/2013_10_13_01_world_spelldifficulty_dbc.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2013_10_13_01_world_spelldifficulty_dbc.sql (limited to 'sql') diff --git a/sql/updates/world/2013_10_13_01_world_spelldifficulty_dbc.sql b/sql/updates/world/2013_10_13_01_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..4ebdf253422 --- /dev/null +++ b/sql/updates/world/2013_10_13_01_world_spelldifficulty_dbc.sql @@ -0,0 +1,3 @@ +DELETE FROM `spelldifficulty_dbc` WHERE `id` = 55959; +INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`) VALUES +(55959, 55959, 59513); -- cgit v1.2.3