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:
Necropola
2021-07-02 17:12:14 +02:00
committed by GitHub
parent 175017acd6
commit fab350c2a1

View File

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