fix(DB/SAI): Defias Gunpowder - add no repeat flag. (#15184)

This commit is contained in:
avarishd
2023-02-25 14:48:35 +02:00
committed by GitHub
parent 9c18275b0a
commit 6581b07934

View File

@@ -0,0 +1,2 @@
-- Defias Gunpowder - add missing No Repeat flag (was already in the SAI comment)
UPDATE `smart_scripts` SET `event_flags` = `event_flags`|1 WHERE `entryorguid` = 17155 AND `source_type` = 1 AND `id` = 0;