chore(DB): Correct typo in 2023_04_02_02.sql (#15874)

Update 2023_04_02_02.sql
This commit is contained in:
Gultask
2023-04-07 14:10:05 -03:00
committed by GitHub
parent c9973f3a80
commit af05a8ba6a

View File

@@ -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;