diff options
| author | QAston <none@none> | 2009-06-23 13:05:15 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-06-23 13:05:15 +0200 |
| commit | ad91c6b1e22c43d9418464087b9d27a841e4ce04 (patch) | |
| tree | abd14f0cd6dfed1e3cdae612e91bbac57cc1c71d /sql/updates | |
| parent | d1d26524d2889285d11cebf52b07da34906eb81d (diff) | |
[8052] Fixed typo in error log output. Author: The_Game_Master
[8049] Added energize effect after last heal tick for 33763 and ranks. Author: bobaz
[8053] At character talents reset using chat command also reset talents
for all character pets. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/4210_characters_TDB.sql | 1 | ||||
| -rw-r--r-- | sql/updates/4210_world_TDB.sql | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/4210_characters_TDB.sql b/sql/updates/4210_characters_TDB.sql new file mode 100644 index 00000000000..a380d2a9e8a --- /dev/null +++ b/sql/updates/4210_characters_TDB.sql @@ -0,0 +1 @@ +ALTER TABLE character_pet DROP COLUMN load_flags; diff --git a/sql/updates/4210_world_TDB.sql b/sql/updates/4210_world_TDB.sql new file mode 100644 index 00000000000..6baca035d85 --- /dev/null +++ b/sql/updates/4210_world_TDB.sql @@ -0,0 +1,5 @@ +DELETE FROM trinity_string WHERE `entry` = 6616; +DELETE FROM `command` WHERE `name` IN ('reset all','reset talents'); +INSERT INTO `command` VALUES +('reset all',3,'Syntax: .reset all spells\r\n\r\nSyntax: .reset all talents\r\n\r\nRequest reset spells or talents (including talents for all character\'s pets if any) at next login each existed character.'), +('reset talents',3,'Syntax: .reset talents [Playername]\r\n Removes all talents of the targeted player or pet or named player. Playername can be name of offline character. With player talents also will be reset talents for all character\'s pets if any.'); |
