diff options
author | Killyana <morphone1@gmail.com> | 2020-07-04 17:11:36 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-07-04 17:11:36 +0200 |
commit | 1837013c07fb2bd0706be31c22ce371177545535 (patch) | |
tree | 9fc3a08850cbfc7f4a17db28300c8f4d2dc5979d | |
parent | 2a5f537d6a6ec9344ab1b4e3f3290e925cc7abdb (diff) |
DB/Condition: Fix Berthold gossip option condition to teleport players to Aran library
-rw-r--r-- | sql/updates/world/3.3.5/2020_07_04_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_07_04_01_world.sql b/sql/updates/world/3.3.5/2020_07_04_01_world.sql new file mode 100644 index 00000000000..43c1abae10c --- /dev/null +++ b/sql/updates/world/3.3.5/2020_07_04_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `conditions` SET `ConditionValue1`=6, `ConditionValue2`=3 , `ConditionValue3`=2 WHERE `SourceGroup`=7139 AND `SourceTypeOrReferenceId`=15 AND `SourceEntry`=3; |