aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authortreeston <treeston.mmoc@gmail.com>2016-05-26 15:59:32 +0200
committertreeston <treeston.mmoc@gmail.com>2016-05-26 15:59:49 +0200
commitc0cc4f7c68c65c35354e04468c2a610516243692 (patch)
tree26836bd0f660bbe0a1c89b7a0ac0fa0e26c9e739 /sql/updates
parentfb0881398a106806fad48abe9ffd600e0caf175d (diff)
parentda6065db00768735e70cd0a81af7f5ec4c2f0414 (diff)
Merge remote-tracking branch 'Golrag/LoS_object_size' into 3.3.5 (PR #15807)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2016_05_26_02_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_05_26_02_world.sql b/sql/updates/world/3.3.5/2016_05_26_02_world.sql
new file mode 100644
index 00000000000..4cacdc73a47
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_05_26_02_world.sql
@@ -0,0 +1,2 @@
+-- Fix bounding radius for 'Ice Tomb'
+UPDATE `creature_model_info` SET `BoundingRadius`=7.5, `CombatReach`=6 WHERE `DisplayID`=30890;