diff options
author | offl <offl@users.noreply.github.com> | 2021-03-19 03:23:30 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-03-19 03:23:30 +0200 |
commit | 783946d12717cff656b20391141ac8e1d15c60ce (patch) | |
tree | 88c41a2f274db526d8a7b8b9e99a802edeeb4a06 | |
parent | 93d1e91de7713e5c4655664263da93b3e68371f4 (diff) |
DB/Loot: Add skinning loot to Goreclaw the Ravenous
Closes #26250
-rw-r--r-- | sql/updates/world/3.3.5/2021_03_19_02_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_03_19_02_world_335.sql b/sql/updates/world/3.3.5/2021_03_19_02_world_335.sql new file mode 100644 index 00000000000..4a9628b4199 --- /dev/null +++ b/sql/updates/world/3.3.5/2021_03_19_02_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_template` SET `skinloot` = 100013 WHERE `entry` = 23873; |