DB/Updates: fix 2016_10_23_00.sql
This commit is contained in:
parent
8667c3b607
commit
de5fb1a53d
2 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ SELECT sql_rev INTO OK FROM version_db_world WHERE sql_rev = '147715145811754470
|
|||
--
|
||||
-- START UPDATING QUERIES
|
||||
--
|
||||
INSERT INTO version_db_world(`sql_rev`) VALUES (`1477151458117544700`);
|
||||
INSERT INTO version_db_world(`sql_rev`) VALUES ('1477151458117544700');
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` IN (6501, 6502, 6503, 6504, 9162, 9163, 9164) AND `item`=11114;
|
||||
|
||||
|
|
|
|||
1
data/sql/updates/pending_db_world/rev_1477777259N.sql
Normal file
1
data/sql/updates/pending_db_world/rev_1477777259N.sql
Normal file
|
|
@ -0,0 +1 @@
|
|||
INSERT INTO version_db_world (`sql_rev`) VALUES ('1477777259N');
|
||||
Loading…
Add table
Add a link
Reference in a new issue