mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
chore(DB/quest_request_items_locale): Remove empty or NULL entries (#21013)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `quest_request_items_locale` WHERE `CompletionText` = '';
|
||||
DELETE FROM `quest_request_items_locale` WHERE `CompletionText` = 'NULL';
|
||||
DELETE FROM `quest_request_items_locale` WHERE `CompletionText` IS NULL;
|
||||
Reference in New Issue
Block a user