Scripts/Commands: Cleanup some output from .go instance

Port From (https://github.com/TrinityCore/TrinityCore/commit/c7e7c52c1a4ae79e049354d6ab406dfaad80d309)
This commit is contained in:
hondacrx
2022-01-04 17:43:31 -05:00
parent 97ce4d6db7
commit 96e750cdfb
3 changed files with 27 additions and 16 deletions
@@ -0,0 +1,4 @@
--
UPDATE `trinity_string` SET `content_default`='Failed to teleport you to the entrance to mapid %u (%s) - are you maybe not attuned to/missing an expansion for parent map %u?' WHERE `entry`=1197;
DELETE FROM `trinity_string` WHERE `entry`=1198;
INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES (1198, 'Failed to teleport you to the start of mapid %u (%s) - are you maybe not attuned to/missing an expansion for the instance?');