From cdb7fd43eef1a4577da1af9012d302b0cd2de5bb Mon Sep 17 00:00:00 2001 From: KingPin Date: Mon, 20 Oct 2008 12:59:45 -0500 Subject: [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 --- sql/updates/84_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/84_world.sql (limited to 'sql/updates/84_world.sql') diff --git a/sql/updates/84_world.sql b/sql/updates/84_world.sql new file mode 100644 index 00000000000..7b2651071d0 --- /dev/null +++ b/sql/updates/84_world.sql @@ -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.'); -- cgit v1.2.3