mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 22:37:04 +00:00
Implemented character customize future.
Not tested, but should work...
This commit is contained in:
parent
db64bf6b80
commit
0f7077546f
11 changed files with 229 additions and 72 deletions
3
sql/wotlk_updates/10_mangos_string.sql
Normal file
3
sql/wotlk_updates/10_mangos_string.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `mangos_string` VALUES
|
||||
(345,'Forced customize for player %s will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(346,'Forced customize for player %s (GUID #%u) will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
Loading…
Add table
Add a link
Reference in a new issue