fix(SQL): fix SQL (#9911)
This commit is contained in:
parent
c81891fc11
commit
1df8a47e4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue