aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeader <Keader@users.noreply.github.com>2021-01-31 11:22:07 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-06 19:07:38 +0100
commit1e2f0e640cae04fe6465a93954c8790fa0868d52 (patch)
tree1e864ed1ab072ae08ac38a32186eb39172f09251
parent9659865ed25c546379e353bdbfdae65f3f9ba77f (diff)
DB/Creature: Add missing model info to Putricide transform creature
Closes #25993 (cherry picked from commit d1a29b8da76801c8b284208f56390bbd7a18fdb1)
-rw-r--r--sql/updates/world/master/2022_03_06_17_world_2021_01_31_01_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_06_17_world_2021_01_31_01_world.sql b/sql/updates/world/master/2022_03_06_17_world_2021_01_31_01_world.sql
new file mode 100644
index 00000000000..ca9457e6902
--- /dev/null
+++ b/sql/updates/world/master/2022_03_06_17_world_2021_01_31_01_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_model_info` SET `BoundingRadius`=1.5, `CombatReach`=9 WHERE `DisplayID`=30993;