From 31b277cb3696653fcd231d72a52bc8be62a25161 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Mon, 8 Apr 2019 17:06:09 +0200 Subject: [PATCH] DB: fixed scriptname in last commit --- sql/updates/world/custom/custom_2019_04_08_01_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/custom/custom_2019_04_08_01_world.sql b/sql/updates/world/custom/custom_2019_04_08_01_world.sql index 8ede94c38c2..fb060e20893 100644 --- a/sql/updates/world/custom/custom_2019_04_08_01_world.sql +++ b/sql/updates/world/custom/custom_2019_04_08_01_world.sql @@ -4,7 +4,7 @@ DELETE FROM `spell_script_names` WHERE `ScriptName` IN 'spell_darkmoon_island_ring_toss'); INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(108941, 'spell_darkmoon_deathmatch'), +(108941, 'spell_darkmoon_island_deathmatch'), (101695, 'spell_darkmoon_island_ring_toss'); DELETE FROM `gameobject_template` WHERE `entry`= 209292;