DB/Hotfixes: Created a hotfixes database for DB2 data that can be sent via SMSG_DB_REPLY

* Added AreaPOI
* Added AreaPOIState
This commit is contained in:
Kinzcool
2014-10-19 01:19:40 -04:00
parent 2c6f773478
commit 0bf163bf8f
5 changed files with 1984 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ REVOKE ALL PRIVILEGES ON `auth` . * FROM 'trinity'@'localhost';
REVOKE GRANT OPTION ON `auth` . * FROM 'trinity'@'localhost';
REVOKE ALL PRIVILEGES ON `hotfixes` . * FROM 'trinity'@'localhost';
REVOKE GRANT OPTION ON `hotfixes` . * FROM 'trinity'@'localhost';
DROP USER 'trinity'@'localhost';
DROP DATABASE IF EXISTS `world`;
@@ -19,3 +23,5 @@ DROP DATABASE IF EXISTS `world`;
DROP DATABASE IF EXISTS `characters`;
DROP DATABASE IF EXISTS `auth`;
DROP DATABASE IF EXISTS `hotfixes`;