mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[11337] Better wording. v1.01
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
328bd68350
commit
d83c75b555
4 changed files with 10 additions and 4 deletions
6
sql/updates/11337_01_mangos_mangos_string.sql
Normal file
6
sql/updates/11337_01_mangos_mangos_string.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_11335_02_mangos_mangos_string required_11337_01_mangos_mangos_string bit;
|
||||
|
||||
DELETE FROM mangos_string WHERE entry IN (1503);
|
||||
|
||||
INSERT INTO mangos_string VALUES
|
||||
(1503,'Can not add spawn because no free guids for static spawn in reserved guids range. Server restart is required before command can be used. Also look GuidReserveSize.* config options.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|
||||
Loading…
Add table
Add a link
Reference in a new issue