diff options
author | Killyana <morphone1@gmail.com> | 2019-07-11 23:41:21 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-15 22:41:39 +0100 |
commit | 074b0513afdcdac81d00f903946f50bef4f77772 (patch) | |
tree | 3a0022fca2af35f69e8d8de355693d52ad5f7851 | |
parent | 6de4c3cd72de1c7ae6e467b09ec181445b397338 (diff) |
DB/Condition: Bladespire Clan Banner
Ref #23262
(cherry picked from commit 8c55e0ff06cde708a96f98a24b22ba56d3f8d04f)
-rw-r--r-- | sql/updates/world/master/2021_12_15_05_world_2019_07_11_06_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_15_05_world_2019_07_11_06_world.sql b/sql/updates/world/master/2021_12_15_05_world_2019_07_11_06_world.sql new file mode 100644 index 00000000000..ccc1f808d6a --- /dev/null +++ b/sql/updates/world/master/2021_12_15_05_world_2019_07_11_06_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 17 AND `SourceEntry` = 36532; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`, `NegativeCondition`) VALUES +(17, 0, 36532, 0, 30, 0, 184713, 30, 0, 0, '', "'Bladespire Clan Banner'", 1); |