mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
missing semi-colon in latest sql
This commit is contained in:
@@ -20,7 +20,7 @@ INSERT INTO version_db_world (`sql_rev`) VALUES ('1518285097709086000');
|
||||
-- Removed MECHANIC_INTERRUPT flag from Lady Malande/High Nethermancer Zerevor (Black Temple)
|
||||
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = '617299839' WHERE (`entry`='22951');
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = '617299839' WHERE (`entry`='22950')
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = '617299839' WHERE (`entry`='22950');
|
||||
|
||||
--
|
||||
-- END UPDATING QUERIES
|
||||
|
||||
Reference in New Issue
Block a user