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>
This commit is contained in:
Skjalf
2023-04-08 23:57:44 -03:00
committed by GitHub
parent c07bf079f6
commit 85e2e5c77b

View File

@@ -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