mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
chore(DB): Correct typo in 2023_04_02_02.sql (#15874)
Update 2023_04_02_02.sql
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user