mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/SAI): Clean up event_type in Timed Actionlists (#9405)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638125279373569035');
|
||||
|
||||
-- Fix event_type in Timed Actionlists
|
||||
UPDATE `smart_scripts` SET `event_type`=0 WHERE `source_type`=9 AND `event_type`>0;
|
||||
Reference in New Issue
Block a user