mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/item_template): Flag all "Shredder Operating Manual" pages for HORDE_ONLY (#6579)
- Closes #6572 - Closes https://github.com/chromiecraft/chromiecraft/issues/1001
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624657033501888850');
|
||||
|
||||
-- Flag all "Shredder Operating Manual - Page %" items for HORDE_ONLY
|
||||
UPDATE `item_template` SET `FlagsExtra`=1 WHERE `entry` BETWEEN 16645 AND 16656;
|
||||
Reference in New Issue
Block a user