From 0c755fc86edc9352cb1a6006e15bf3f2ea00ab47 Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 9 Jan 2020 16:20:52 +0100 Subject: DB/GameObject: Update size for gobs used by the quest Guardians of the Altar --- sql/updates/world/3.3.5/2020_01_09_00_world_335.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_01_09_00_world_335.sql (limited to 'sql') 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); -- cgit v1.2.3