mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
fix(DB/quest_request_items): Remove text that is set as null (#4385)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612098669388447100');
|
||||
|
||||
UPDATE `quest_request_items` SET `CompletionText` = '' WHERE `ID` IN (1390,8101,8110,8116);
|
||||
Reference in New Issue
Block a user