mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
8
data/sql/updates/db_world/2024_12_29_01.sql
Normal file
8
data/sql/updates/db_world/2024_12_29_01.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2024_12_29_00 -> 2024_12_29_01
|
||||
--
|
||||
DELETE FROM `gameobject_template_locale` WHERE `name` = '';
|
||||
DELETE FROM `gameobject_template_locale` WHERE `name` = 'NULL';
|
||||
DELETE FROM `gameobject_template_locale` WHERE `name` IS NULL;
|
||||
DELETE FROM `quest_offer_reward_locale` WHERE `RewardText` = '';
|
||||
DELETE FROM `quest_offer_reward_locale` WHERE `RewardText` = 'NULL';
|
||||
DELETE FROM `quest_offer_reward_locale` WHERE `RewardText` IS NULL;
|
||||
Reference in New Issue
Block a user