mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
chore(DB): Delete empty/null entries (#21058)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
--
|
||||
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