mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
4
data/sql/updates/db_world/2023_04_05_00.sql
Normal file
4
data/sql/updates/db_world/2023_04_05_00.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2023_04_04_14 -> 2023_04_05_00
|
||||
--
|
||||
-- Removes strange rows from creature_template_spell
|
||||
DELETE FROM `creature_template_spell` WHERE `CreatureID`=290;
|
||||
6
data/sql/updates/db_world/2023_04_05_01.sql
Normal file
6
data/sql/updates/db_world/2023_04_05_01.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2023_04_05_00 -> 2023_04_05_01
|
||||
--
|
||||
UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 22930;
|
||||
|
||||
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 22930) AND (`source_type` = 0);
|
||||
|
||||
Reference in New Issue
Block a user