mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
5
data/sql/updates/db_world/2023_09_17_09.sql
Normal file
5
data/sql/updates/db_world/2023_09_17_09.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_09_17_08 -> 2023_09_17_09
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_q10190_battery_recharging_blaster';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(34219, 'spell_q10190_battery_recharging_blaster');
|
||||
3
data/sql/updates/db_world/2023_09_17_10.sql
Normal file
3
data/sql/updates/db_world/2023_09_17_10.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_09_17_09 -> 2023_09_17_10
|
||||
DELETE FROM `game_event_creature` WHERE `guid` IN (245648,245645,245649);
|
||||
DELETE FROM `creature` WHERE `guid` IN (245648,245645,245649);
|
||||
5
data/sql/updates/db_world/2023_09_17_11.sql
Normal file
5
data/sql/updates/db_world/2023_09_17_11.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_09_17_10 -> 2023_09_17_11
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_malchezaar_enfeeble' AND `spell_id` = 30843;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(30843, 'spell_malchezaar_enfeeble');
|
||||
Reference in New Issue
Block a user