Added missing Sql file and updated realmlist to current version
This commit is contained in:
@@ -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`;
|
||||
Reference in New Issue
Block a user