diff options
author | Keader <keader.android@gmail.com> | 2021-02-07 11:51:15 -0300 |
---|---|---|
committer | Keader <keader.android@gmail.com> | 2021-02-07 11:51:15 -0300 |
commit | 07ecdcf46411b0c383af68b3a7d365258fd4c220 (patch) | |
tree | 3cd5615a66fb1b0e2f60dae41e2c51d4928ca6f2 | |
parent | 65479d08e564ef40b5d31a508deb4e8aadd3176e (diff) |
DB/ModelInfo: Partial Revert in last commit
Blizzard changed BoundingRadius of marrowgar recently, in 3.3.5 should be 4.5
-rw-r--r-- | sql/updates/world/3.3.5/2021_02_07_01_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_02_07_01_world.sql b/sql/updates/world/3.3.5/2021_02_07_01_world.sql new file mode 100644 index 00000000000..02b08f3227a --- /dev/null +++ b/sql/updates/world/3.3.5/2021_02_07_01_world.sql @@ -0,0 +1,2 @@ +-- Lord Marrowgar +UPDATE `creature_model_info` SET `BoundingRadius`=4.5 WHERE `DisplayID`=31119; |