diff options
author | Killyana <morphone1@gmail.com> | 2020-03-30 13:54:43 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-03-30 13:54:43 +0200 |
commit | f408b45a88fe53f049f4ed20f6223e87e88d7953 (patch) | |
tree | 8da88945c4bc4a8ec54d3dbe25bcf09f6424fdb1 | |
parent | dcd907a63a469256ba894637f923088bf04aa832 (diff) |
DB/SAI: Fix Captive Crocolisk Chains
-rw-r--r-- | sql/updates/world/3.3.5/2020_03_30_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_30_00_world.sql b/sql/updates/world/3.3.5/2020_03_30_00_world.sql new file mode 100644 index 00000000000..7f9022df29b --- /dev/null +++ b/sql/updates/world/3.3.5/2020_03_30_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `smart_scripts` SET `entryorguid`=-109738 WHERE `entryorguid`=28307 AND `source_type`=0; +UPDATE `conditions` SET `ConditionValue2`=28307 WHERE `SourceEntry` IN (51256) AND `SourceTypeOrReferenceId`=13; |