mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
First Commit
For Azeroth!
This commit is contained in:
2
sql/structure/CHARACTERS_CHARACTER_ARENA_STATS.sql
Normal file
2
sql/structure/CHARACTERS_CHARACTER_ARENA_STATS.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE character_arena_stats ADD COLUMN maxMMR SMALLINT(5) NOT NULL;
|
||||
UPDATE character_arena_stats SET maxMMR = matchMakerRating;
|
||||
Reference in New Issue
Block a user