diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2019-08-06 23:46:07 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 16:00:20 +0100 |
| commit | c7e7c52c1a4ae79e049354d6ab406dfaad80d309 (patch) | |
| tree | deda91ac689f564cf3a914e0b559f8bfc01b632a /sql | |
| parent | e6f3abcfa8a2dede62aaec713bbb39e900d35873 (diff) | |
Scripts/Commands: Cleanup some output from .go instance
(cherry picked from commit 4320a021e93423122745684e2689aa1a7028f8b4)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_12_18_21_world_2019_08_06_04_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_21_world_2019_08_06_04_world.sql b/sql/updates/world/master/2021_12_18_21_world_2019_08_06_04_world.sql new file mode 100644 index 00000000000..650d1272b8c --- /dev/null +++ b/sql/updates/world/master/2021_12_18_21_world_2019_08_06_04_world.sql @@ -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?'); |
