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:
parent
c07bf079f6
commit
85e2e5c77b
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue