diff options
| author | tkrokli <tkrokli@users.noreply.github.com> | 2017-08-10 04:54:00 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2020-08-22 21:27:27 +0200 |
| commit | a86870622dd02921c4d2e32983a5a98ee91e5263 (patch) | |
| tree | 5be638f9dd8762528840544f3242a59bae663aba | |
| parent | 6135ee20a9e96b6981b9a9b37f098c5abd12229f (diff) | |
DB/Creature: creature_addon guid without corresponding creature guid
Updates #18542 (TDB 335.63 DBerrors)
(cherry picked from commit 00329fe9a505c437af0b7591d8321bf3b77ad7fb)
| -rw-r--r-- | sql/updates/world/master/2020_08_22_16_world_2017_08_09_00_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_08_22_16_world_2017_08_09_00_world_335.sql b/sql/updates/world/master/2020_08_22_16_world_2017_08_09_00_world_335.sql new file mode 100644 index 00000000000..b86d9eb68b4 --- /dev/null +++ b/sql/updates/world/master/2020_08_22_16_world_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; |
