diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2023_07_05_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_07_05_03_world.sql b/sql/updates/world/master/2023_07_05_03_world.sql new file mode 100644 index 00000000000..412a587582f --- /dev/null +++ b/sql/updates/world/master/2023_07_05_03_world.sql @@ -0,0 +1,3 @@ +UPDATE `conversation_line_template` SET `ChatType`=2, `VerifiedBuild`=50000 WHERE `Id`=53705; +UPDATE `conversation_line_template` SET `VerifiedBuild`=50000 WHERE `Id` IN (52475, 53706, 53704, 56092); +UPDATE `conversation_template` SET `VerifiedBuild`=50000 WHERE `Id`=20345; |
