Skip to content

Commit

Permalink
fix(DB/smart_scripts): The Restless Souls (azerothcore#10989)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosiak committed Mar 18, 2022
1 parent acaa76d commit 55ef7ce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/sql/updates/pending_db_world/rev_1647107182833454100.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1647107182833454100');

UPDATE `smart_scripts` SET `id` = 0 WHERE `entryorguid` = 11122 AND `action_type` = 11;
UPDATE `smart_scripts` SET `link` = 1 WHERE `entryorguid` = 11122 AND `action_type` = 11;
UPDATE `smart_scripts` SET `id` = 1 WHERE `entryorguid` = 11122 AND `action_type` = 36;
UPDATE `smart_scripts` SET `link` = 2 WHERE `entryorguid` = 11122 AND `action_type` = 36;
UPDATE `smart_scripts` SET `id` = 2 WHERE `entryorguid` = 11122 AND `action_type` = 29;
UPDATE `smart_scripts` SET `link` = 3 WHERE `entryorguid` = 11122 AND `action_type` = 29;
UPDATE `smart_scripts` SET `id` = 3 WHERE `entryorguid` = 11122 AND `action_type` = 41;
UPDATE `smart_scripts` SET `link` = 4 WHERE `entryorguid` = 11122 AND `action_type` = 41;
UPDATE `smart_scripts` SET `id` = 4 WHERE `entryorguid` = 11122 AND `action_type` = 33;
UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 11122 AND `action_type` = 33;

0 comments on commit 55ef7ce

Please sign in to comment.