diff options
author | Killyana <morphone1@gmail.com> | 2020-01-09 16:20:52 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-01-09 16:20:52 +0100 |
commit | 0c755fc86edc9352cb1a6006e15bf3f2ea00ab47 (patch) | |
tree | 810a7fda2f11aa218a2a53c15aca0114e0878d69 /sql | |
parent | e375c8a093541ad45cbf62cff9f6e30360ecee86 (diff) |
DB/GameObject: Update size for gobs used by the quest Guardians of the Altar
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/3.3.5/2020_01_09_00_world_335.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_01_09_00_world_335.sql b/sql/updates/world/3.3.5/2020_01_09_00_world_335.sql new file mode 100644 index 00000000000..03e809644f2 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_01_09_00_world_335.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject_template` SET `size`=8 WHERE `entry` IN (177414); +UPDATE `gameobject_template` SET `size`=2 WHERE `entry` IN (177415); |