mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
feat(Core): Allow negative resistance values (#12958)
* feat(Core): Allow negative resistance values * Add SQL
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Alter AzerothCore table to support Vanilla negative resistance values
|
||||
ALTER TABLE item_template MODIFY fire_res SMALLINT;
|
||||
ALTER TABLE item_template MODIFY holy_res SMALLINT;
|
||||
ALTER TABLE item_template MODIFY nature_res SMALLINT;
|
||||
ALTER TABLE item_template MODIFY frost_res SMALLINT;
|
||||
ALTER TABLE item_template MODIFY shadow_res SMALLINT;
|
||||
ALTER TABLE item_template MODIFY arcane_res SMALLINT;
|
||||
Reference in New Issue
Block a user