mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
chore(DB): fix syntax in sql update (#2841)
This commit is contained in:
@@ -23,7 +23,7 @@ UPDATE `battleground_template` SET `Comment` = 'Alterac Valley (battleground)' W
|
||||
UPDATE `battleground_template` SET `Comment` = 'Warsong Gulch (battleground)' WHERE `ID` = '2';
|
||||
UPDATE `battleground_template` SET `Comment` = 'Arathi Basin (battleground)' WHERE `ID` = '3';
|
||||
UPDATE `battleground_template` SET `Comment` = 'Nagrand Arena / Ring of Trials (arena)' WHERE `ID` = '4';
|
||||
UPDATE `battleground_template` SET `Comment` = 'Blades\'s Edge Arena (arena)' WHERE `ID` = '5';
|
||||
UPDATE `battleground_template` SET `Comment` = 'Blades''s Edge Arena (arena)' WHERE `ID` = '5';
|
||||
UPDATE `battleground_template` SET `Comment` = 'All Arenas (arena)' WHERE `ID` = '6';
|
||||
UPDATE `battleground_template` SET `Comment` = 'Eye of The Storm (battleground)' WHERE `ID` = '7';
|
||||
UPDATE `battleground_template` SET `Comment` = 'Ruins of Lordaeron (arena)' WHERE `ID` = '8';
|
||||
|
||||
Reference in New Issue
Block a user