diff options
| author | Nay <dnpd.dd@gmail.com> | 2012-08-05 19:49:59 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-08-05 19:49:59 +0100 |
| commit | c6c9f7b58fc93b496fc393351b04293c2607a709 (patch) | |
| tree | 15e5cecb0dfb40c571b1ab95b2f09d6e15eac20f /sql | |
| parent | c96df759007618ac91ef0d1b95a7e2e721d01d96 (diff) | |
Scripts/Commands: remove reload item_set_names and locales_item_set_name
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_08_05_02_world_command.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_08_05_02_world_command.sql b/sql/updates/world/2012_08_05_02_world_command.sql new file mode 100644 index 00000000000..69fd621c457 --- /dev/null +++ b/sql/updates/world/2012_08_05_02_world_command.sql @@ -0,0 +1,2 @@ +DELETE FROM `command` WHERE `name` = 'reload locales_item_set_name'; +DELETE FROM `command` WHERE `name` = 'reload item_set_names'; |
