mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
* Actual backout
* SQL needed to undo 7769 --HG-- branch : trunk
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
ALTER TABLE `item_required_target`
|
||||
ADD `maxPercentHealth` TINYINT(3) UNSIGNED NOT NULL DEFAULT 100;
|
||||
3
sql/updates/7778_world_item_required_target.sql
Normal file
3
sql/updates/7778_world_item_required_target.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `item_required_target`
|
||||
DROP `maxPercentHealth`;
|
||||
|
||||
Reference in New Issue
Block a user