diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-08-03 10:44:04 +0200 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-11 21:37:41 +0100 |
commit | 81c5da722df860fc726ac86f844ab2f0f91570d6 (patch) | |
tree | f29002df814607849acf03e3e8b36aaf15587338 | |
parent | 0f1f74852bbbb1bdce5221ab480eca64318590b1 (diff) |
DB/Misc: Fix on startup error
(cherry picked from commit ca99b688edb7a6f8676ed9bf87f91fe913713666)
-rw-r--r-- | sql/updates/world/master/2017_02_11_18_world_2016_08_03_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_11_18_world_2016_08_03_00_world.sql b/sql/updates/world/master/2017_02_11_18_world_2016_08_03_00_world.sql new file mode 100644 index 00000000000..ee9a582d083 --- /dev/null +++ b/sql/updates/world/master/2017_02_11_18_world_2016_08_03_00_world.sql @@ -0,0 +1,2 @@ +-- +DELETE FROM `creature_addon` WHERE `guid`=84716; |