mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[7720] Fixed crash at .character level use from console. Include GM name in message for command target if report need.
This commit is contained in:
parent
b62c142425
commit
b9853cb958
5 changed files with 26 additions and 13 deletions
7
sql/updates/7720_01_mangos_mangos_string.sql
Normal file
7
sql/updates/7720_01_mangos_mangos_string.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_7714_01_mangos_command required_7720_01_mangos_mangos_string bit;
|
||||
|
||||
DELETE FROM mangos_string WHERE entry IN(557,558,559);
|
||||
INSERT INTO mangos_string VALUES
|
||||
(557,'%s level up you to (%i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(558,'%s level down you to (%i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
|
||||
(559,'%s reset your level progress.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
|
|
@ -176,6 +176,7 @@ pkgdata_DATA = \
|
|||
7705_01_mangos_command.sql \
|
||||
7706_01_mangos_command.sql \
|
||||
7714_01_mangos_command.sql \
|
||||
7720_01_mangos_mangos_string.sql \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
|
|
@ -332,4 +333,5 @@ EXTRA_DIST = \
|
|||
7705_01_mangos_command.sql \
|
||||
7706_01_mangos_command.sql \
|
||||
7714_01_mangos_command.sql \
|
||||
7720_01_mangos_mangos_string.sql \
|
||||
README
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue