fix(DB/smart_scripts): The Restless Souls (#10989)
This commit is contained in:
parent
acaa76d9c1
commit
55ef7ce5a3
1 changed files with 12 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue