Added missing Sql file and updated realmlist to current version

This commit is contained in:
hondacrx
2017-12-04 14:37:08 -05:00
parent f6d86328f9
commit 9cc31f9d53
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
CypherCore is an open source server project for World of Warcraft written in C#.
The current support game version is: 7.3.2.25480
The current support game version is: 7.3.2.25549
# How to use
- Simply compile the solution as you do with TC c++ version.
@@ -0,0 +1,3 @@
UPDATE `realmlist` SET `gamebuild`=25549 WHERE `gamebuild`=25480;
ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int(10) unsigned NOT NULL DEFAULT '25549';
@@ -0,0 +1 @@
ALTER TABLE `quest_template_addon` ADD COLUMN `ScriptName` VARCHAR(64) DEFAULT '' NOT NULL AFTER `SpecialFlags`;