mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-26 06:12:01 -08:00
missing semi-colon in latest sql
This commit is contained in:
parent
520936be60
commit
b9e122dfdf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue