missing semi-colon in latest sql

This commit is contained in:
Yehonal
2018-02-23 15:31:22 +01:00
committed by GitHub
parent 520936be60
commit b9e122dfdf

View File

@@ -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