mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/SAI: Remove conditions for Basic Orders quest script (handled in spells)
This commit is contained in:
3
sql/updates/world/3.3.5/2022_02_16_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2022_02_16_00_world.sql
Normal 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;
|
||||
Reference in New Issue
Block a user