mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
* New extractOptFirstArg function for easy get 2 args in case option playe name as first arg. * New extractPlayerTarget function for get player pointer/guid/name for online/offline player base at provided name or if not provided by current seelction with error cases processing. * Property apply mute/unmute in case use different character name from loggined currently for account. * .reset commands can be used from console now * .repairitems comamnd can be used from console now but only to online player.
6 lines
285 B
SQL
6 lines
285 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7830_01_mangos_spell_chain required_7839_01_mangos_mangos_string bit;
|
|
|
|
DELETE FROM mangos_string WHERE entry IN(171,283);
|
|
|
|
INSERT INTO mangos_string VALUES
|
|
(171,'You can\'t teleport self to self!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
|