diff options
| author | tkrokli <tkrokli@users.noreply.github.com> | 2017-08-10 04:54:00 +0200 |
|---|---|---|
| committer | tkrokli <tkrokli@users.noreply.github.com> | 2017-08-10 04:54:00 +0200 |
| commit | 00329fe9a505c437af0b7591d8321bf3b77ad7fb (patch) | |
| tree | e8bcf88c86003f798e4ec1eeb62a0dc3c9c5608d | |
| parent | e9cd7af2dfcb7948f27e83e73398da0086190aab (diff) | |
DB/Creature: creature_addon guid without corresponding creature guid
Updates #18542 (TDB 335.63 DBerrors)
| -rw-r--r-- | sql/updates/world/3.3.5/2017_08_09_00_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_08_09_00_world_335.sql b/sql/updates/world/3.3.5/2017_08_09_00_world_335.sql new file mode 100644 index 00000000000..b86d9eb68b4 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_08_09_00_world_335.sql @@ -0,0 +1,2 @@ +-- creature_addon guid not present in creature table +DELETE FROM `creature_addon` WHERE `guid` = 137612; |
