chore(DB): Correct typo in 2023_04_02_02.sql (#15874)
Update 2023_04_02_02.sql
This commit is contained in:
parent
c9973f3a80
commit
af05a8ba6a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
-- DB update 2023_04_02_01 -> 2023_04_02_02
|
||||
UPDATE `smart_scripts` SET `event_type` = 25 AND `comment` = 'Arcatraz Sentinel - On Reset - Set Health 40%' WHERE `source_type` = 0 AND `entryorguid` = 20869 AND `id` = 0;
|
||||
UPDATE `smart_scripts` SET `event_type` = 25, `comment` = 'Arcatraz Sentinel - On Reset - Set Health 40%' WHERE `source_type` = 0 AND `entryorguid` = 20869 AND `id` = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue