mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
4 lines
115 B
SQL
4 lines
115 B
SQL
/* In July 2018 - magical poles were no longer breakable */
|
|
|
|
UPDATE items SET subtype = magic WHERE itemtype = 36;
|