From 85e2e5c77b6c7d07eb727563acf659508cea9fd0 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Sat, 8 Apr 2023 23:57:44 -0300 Subject: [PATCH] chore(SQL): Remove select query (#15888) * chore(SQL): Remove select query * Update 2023_04_09_00.sql --------- Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> --- data/sql/updates/db_world/2023_04_09_00.sql | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/data/sql/updates/db_world/2023_04_09_00.sql b/data/sql/updates/db_world/2023_04_09_00.sql index 0cffd10c4..3984e9503 100644 --- a/data/sql/updates/db_world/2023_04_09_00.sql +++ b/data/sql/updates/db_world/2023_04_09_00.sql @@ -9,9 +9,8 @@ INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `b DELETE FROM `creature_template_movement` WHERE `CreatureId` IN (17954, 20631); INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Rooted`) VALUES -(17954, 1, 1), (20631, 1, 1); - -SELECT * FROM creature_template_movement WHERE creatureid = 17954; +(17954, 1, 1), +(20631, 1, 1); DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warlords_rage'; INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES