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:
parent
175017acd6
commit
fab350c2a1
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue