From e06153dd43862d513ea23862e87ce98e5572534c Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 13 Feb 2020 21:34:32 +0100 Subject: DB/Conditions: Fix loot conditions for Brann's Communicator --- sql/updates/world/3.3.5/2020_02_13_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_02_13_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_02_13_03_world.sql b/sql/updates/world/3.3.5/2020_02_13_03_world.sql new file mode 100644 index 00000000000..98bf7326861 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_02_13_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `ConditionValue2`=10 WHERE `SourceTypeOrReferenceId`=1 AND `SourceGroup`=29695 AND `SourceEntry`=40971 AND `ConditionTypeOrReference`=47; -- cgit v1.2.3