mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
DB/SAI: Fix some SAI targets
This commit is contained in:
8
sql/updates/world/3.3.5/2020_05_28_00_world.sql
Normal file
8
sql/updates/world/3.3.5/2020_05_28_00_world.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
--
|
||||
UPDATE `smart_scripts` SET `target_type` = 16 WHERE `entryorguid` = 1796900 AND `source_type` = 9 AND `id` = 0;
|
||||
UPDATE `smart_scripts` SET `target_type` = 12, `target_param1` = 1 WHERE `entryorguid` = 1796905 AND `source_type` = 9 AND `id` = 2;
|
||||
UPDATE `smart_scripts` SET `target_type` = 12, `target_param1` = 1 WHERE `entryorguid` = 17969 AND `source_type` = 0 AND `id` = 6;
|
||||
|
||||
UPDATE `smart_scripts` SET `target_type` = 16 WHERE `entryorguid` = 1958900 AND `source_type` = 9 AND `id` = 0;
|
||||
UPDATE `smart_scripts` SET `target_type` = 12, `target_param1` = 1 WHERE `entryorguid` = 1958903 AND `source_type` = 9 AND `id` = 6;
|
||||
UPDATE `smart_scripts` SET `target_type` = 12, `target_param1` = 1 WHERE `entryorguid` = 19589 AND `source_type` = 0 AND `id` = 6;
|
||||
Reference in New Issue
Block a user