mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/ElwynnForest: Implemented conversation for "Rotten Old Memories" (#29122)
This commit is contained in:
3
sql/updates/world/master/2023_07_05_03_world.sql
Normal file
3
sql/updates/world/master/2023_07_05_03_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user