mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
Merge branch 'master' of https://github.com/EQEmu/Server into integration/multi-tenancy-expansions-repository
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
/* In July 2018 - magical poles were no longer breakable */
|
||||
|
||||
UPDATE items SET subtype = magic WHERE itemtype = 36;
|
||||
@@ -0,0 +1 @@
|
||||
ALTER TABLE `items` CHANGE `UNK219` `subtype` int(11) not null default '0';
|
||||
Reference in New Issue
Block a user