Skip to content

Commit ac69918

Browse files
committed
Revert "[0569] Add COLUMN PlayerSkinReflootId to fix db build"
ERROR 1060 (42S21) at line 3: Duplicate column name 'PlayerSkinReflootId' ERROR 1054 (42S22) at line 51: Unknown column 'PlayerSkinReflootId' in 'field list' ERROR 1054 (42S22) at line 17: Unknown column 'required_s2453_01_mangos_eai_dbguid_support' in 'db_version' This reverts commit 6fe973e.
1 parent 6545b94 commit ac69918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Updates/0569_CDB-4051_battleground_skin_loot.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
-- (3028,-1,3020,3022,0,0,0,'');
1515

1616
-- https://github.com/cmangos/classic-db/commit/b918b3917d1dd1f277d4d3a4b585cecba739a789#diff-e92a3796e94e2cac58fa48ab09514b0ff014d0e98a2e1621812196867adcbbbaR4
17-
ALTER TABLE battleground_template ADD COLUMN PlayerSkinReflootId MEDIUMINT UNSIGNED NOT NULL DEFAULT 0 COMMENT 'reference_loot_template entry';
17+
ALTER TABLE battleground_template ADD COLUMN IF NOT EXISTS PlayerSkinReflootId MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 COMMENT 'reference_loot_template entry';
1818

1919
INSERT INTO reference_loot_template(entry, item, ChanceOrQuestChance, groupid, mincountOrRef, maxcount, condition_id, comments) VALUES
2020
-- ('1', '17502', '75', '0', '1', '1', '3023', ''),

0 commit comments

Comments
 (0)