mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 03:15:41 +00:00
DB/Updates: fix 2016_10_23_00.sql
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user