fix(Scripts/Misc): Adjust points from old wrong 0 based indexing to smart ai indexing (#23472)
This commit is contained in:
parent
fdf19f1cf7
commit
a8976aa6e7
22 changed files with 52 additions and 49 deletions
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
-- Adjusts events previously ordered from 0 wrongly
|
||||
UPDATE `smart_scripts` SET `event_param2` = `event_param2` +1 WHERE `event_type` =34 AND `event_param1` = 2 AND `entryorguid` IN (-158029, -158021, -158000, -148360, -148268, -139547 ,-139546, -139539, -139538, -139533, -139532);
|
||||
Loading…
Add table
Add a link
Reference in a new issue