Merge branch 'master' of https://github.com/EQEmu/Server into integration/multi-tenancy-expansions-repository

This commit is contained in:
Akkadius
2020-05-23 22:33:34 -05:00
225 changed files with 7700 additions and 6657 deletions
@@ -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';