diff options
| author | Killyana <morphone1@gmail.com> | 2019-03-31 03:28:18 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-03-31 03:28:18 +0200 |
| commit | 4f1f8983a7f304ec11ab1b1306499b09a6b05369 (patch) | |
| tree | 5490191d3c79296e7046994ddf1c27d74ebe1bff | |
| parent | dbfc6ce773afad4b5a4db77cbb76e64755d3ef94 (diff) | |
DB/Quest: Lightning Infused Relics
Closes #22486
| -rw-r--r-- | sql/updates/world/3.3.5/2019_03_31_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_31_00_world.sql b/sql/updates/world/3.3.5/2019_03_31_00_world.sql new file mode 100644 index 00000000000..f40a04861c3 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_31_00_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `smart_scripts` SET `event_param1`=44611, `action_param1` = 0 WHERE `entryorguid` = 24824 AND `source_type`=0 AND `id`=0; +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 13 AND `SourceEntry` IN(44611); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 2, 44611, 0, 31, 3, 24824, 0, 0, '', 'Collect Data Credit'); |
