fix(DB/acore_string): Remove weird spaces in npc info (#4031)

This commit is contained in:
Kitzunu 2020-12-27 18:26:56 +01:00 committed by GitHub
parent c3b3230298
commit 3c96a7df10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1608648169001292100');
UPDATE `acore_string` SET `content_default` = 'Unit Flags: %u.\nUnit Flags 2: %u.\nDynamic Flags: %u.\nFaction Template: %u.' WHERE `entry` = 542;