From 9572cbfaca968db700733cc8e54d9b01bee5a463 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Sat, 22 Jun 2024 03:15:49 +0300 Subject: [PATCH] fix(DB/Gossip): Refik missing text for lowlevel tailoring (#19111) --- .../updates/pending_db_world/rev_1718948799326042600.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1718948799326042600.sql diff --git a/data/sql/updates/pending_db_world/rev_1718948799326042600.sql b/data/sql/updates/pending_db_world/rev_1718948799326042600.sql new file mode 100644 index 000000000..9970a02a7 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1718948799326042600.sql @@ -0,0 +1,8 @@ +-- Refik +DELETE FROM `gossip_menu` WHERE `MenuID` = 8868 and `TextID` = 10652; +INSERT INTO `gossip_menu` (`MenuID`, `TextID`) VALUES +(8868, 10652); + +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 14) AND (`SourceGroup` = 8868) AND (`SourceEntry` = 11551); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 8868, 11551, 0, 0, 7, 0, 197, 200, 0, 0, 0, 0, '', 'Show npctext 11551 for Refik if the player\'s tailoring skill is over 200.');