Fix travis build
This commit is contained in:
parent
7a0a5613d0
commit
2aa764506d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ SELECT sql_rev INTO OK FROM version_db_world WHERE sql_rev = '151266437651342504
|
|||
|
||||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1512664376513425042');
|
||||
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = '65536' WHERE `entry` = '29274'
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask` = '65536' WHERE `entry` = '29274';
|
||||
UPDATE `creature_template` SET `spell2` = '54097' WHERE `entry` = '29274';
|
||||
|
||||
DELETE FROM `spell_scripts` WHERE `id` IN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue