mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
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:
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user