From d9fdbb06e48dd5b384cf9a8b58289c3ccf7b8731 Mon Sep 17 00:00:00 2001 From: MitchesD Date: Sat, 13 Sep 2014 21:08:48 +0200 Subject: Scripts/CoS: Salarmm rewritten to BossAI/EventMap --- sql/updates/world/2014_09_13_03_world_spelldifficulty_dbc.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2014_09_13_03_world_spelldifficulty_dbc.sql (limited to 'sql') diff --git a/sql/updates/world/2014_09_13_03_world_spelldifficulty_dbc.sql b/sql/updates/world/2014_09_13_03_world_spelldifficulty_dbc.sql new file mode 100644 index 00000000000..4225bd420e2 --- /dev/null +++ b/sql/updates/world/2014_09_13_03_world_spelldifficulty_dbc.sql @@ -0,0 +1,3 @@ +DELETE FROM `spelldifficulty_dbc` WHERE `id`=52480; +INSERT INTO `spelldifficulty_dbc` (`id`, `spellid0`, `spellid1`) VALUES +(52480, 52480, 58825); -- cgit v1.2.3