mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Conditions: Fix last conditions
This commit is contained in:
3
sql/updates/world/3.3.5/2018_03_09_01_world.sql
Normal file
3
sql/updates/world/3.3.5/2018_03_09_01_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
--
|
||||
DELETE FROM `conditions` WHERE SourceEntry IN (44608) AND `SourceTypeOrReferenceId`=13;
|
||||
UPDATE `conditions` SET `SourceGroup`=1 WHERE `SourceEntry` IN (44213,43986) AND `SourceTypeOrReferenceId`=13;
|
||||
Reference in New Issue
Block a user