mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
[svn] * Minor code fixes
* Move account related functions from ObjectMgr to AccountMgr and drop duplicate functions - source mangos * recognize the dummy spells 38637, 38638 and 38639 as negative - source mangos * added new command ".reload all_locales". Now all locales_* tables can be reloaded - source mangos --HG-- branch : trunk
This commit is contained in:
3
sql/updates/84_world.sql
Normal file
3
sql/updates/84_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM command WHERE name = 'reload all_locales';
|
||||
INSERT INTO `command` VALUES
|
||||
('reload all_locales',3,'Syntax: .reload all_locales\r\n\r\nReload all `locales_*` tables with reload support added and that can be _safe_ reloaded.');
|
||||
Reference in New Issue
Block a user