mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(SQL): fix SQL (#9911)
This commit is contained in:
@@ -17,7 +17,7 @@ SELECT sql_rev INTO OK FROM version_db_world WHERE sql_rev = '164069415537041440
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1640694155370414400');
|
||||
|
||||
-- High Marshal Whirlaxis unit flags: UNK_6 & IMMUNE_TO_PC
|
||||
UPDATE `acore_world`.`creature_template` SET `unit_flags`='320' WHERE `entry` = 15204;
|
||||
UPDATE `creature_template` SET `unit_flags`=320 WHERE `entry` = 15204;
|
||||
|
||||
--
|
||||
-- END UPDATING QUERIES
|
||||
|
||||
Reference in New Issue
Block a user