mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(DB): Correct missing file extension (#14412)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user