diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2014-11-16 16:26:50 -0500 |
---|---|---|
committer | Kinzcool <kinzzcool@hotmail.com> | 2014-11-16 16:26:50 -0500 |
commit | 2c22beaaeff6ec9227e901962db86dc79db75a66 (patch) | |
tree | abf5f545ae201962790ab3931a783eb3dd0d7d24 | |
parent | 350373d9806074c5d25528132c762664f87f7c2b (diff) |
DB/Trainers: Truncated `npc_trainer`
* Professions will be redone later
-rw-r--r-- | sql/updates/world/2014_11_16_05_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_16_05_world.sql b/sql/updates/world/2014_11_16_05_world.sql new file mode 100644 index 00000000000..60bfbeb7eae --- /dev/null +++ b/sql/updates/world/2014_11_16_05_world.sql @@ -0,0 +1 @@ +TRUNCATE `npc_trainer`; |