DB/SAI: Remove conditions for Basic Orders quest script (handled in spells)

This commit is contained in:
offl
2022-02-16 02:25:14 +02:00
parent db1e6f2588
commit 53612152b9

View File

@@ -0,0 +1,3 @@
--
UPDATE `smart_scripts` SET `action_param2` = 0 WHERE `entryorguid` = 39368 AND `source_type` = 0 AND `action_type` = 11;
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceEntry` = 39368 AND `SourceId` = 0;