fix(DB): Correct missing file extension (#14412)

This commit is contained in:
Gultask
2022-12-29 11:50:00 -03:00
committed by GitHub
parent 7fa0aeeca7
commit 1a1897f89b

View File

@@ -1,2 +1,2 @@
--
UPDATE `smart_scripts` SET `event_flags`=`event_flags`&~512 WHERE `entryorguid`=4962;
UPDATE `smart_scripts` SET `event_flags`=`event_flags`&~512 WHERE `entryorguid`=4962 AND `source_type`=0;