aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMachiavelli <machiaveltman@gmail.com>2011-10-29 18:29:19 +0300
committerMachiavelli <machiaveltman@gmail.com>2011-10-29 18:29:19 +0300
commitc9f14f2b5eb01e8879ef1fa51693cc374a1a1138 (patch)
tree6239cf43c33ba357e5a377ad76ec0473676b67a1
parentcb52cf011fa59a838c2e050e5084efb1fd98b4f4 (diff)
Update sql/updates/world/2011_10_29_01_world_gameobject_template.sql
-rw-r--r--sql/updates/world/2011_10_29_01_world_gameobject_template.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_10_29_01_world_gameobject_template.sql b/sql/updates/world/2011_10_29_01_world_gameobject_template.sql
index 983f92027c9..744a549eebd 100644
--- a/sql/updates/world/2011_10_29_01_world_gameobject_template.sql
+++ b/sql/updates/world/2011_10_29_01_world_gameobject_template.sql
@@ -1,6 +1,7 @@
-- Size adjustment on a hand-made template
UPDATE `gameobject_template` SET `size`=2, `WDBVerified`=-1 WHERE `entry`=194328;
-- Add some missing templates, need WDB data (data1/lootId is guessed based on logic sequence, rest is copied based on other templates of the chest)
+DELETE FROM `gameobject_template` WHERE `entry` IN(194326,194329,194330);
INSERT INTO `gameobject_template` (`entry`,`type`,`displayId`,`name`,`size`,`data0`,`data1`,`data3`,`data11`,`data13`,`data15`,`WDBVerified`) VALUES
(194326,3,8628,'Freya\'s Gift',2,1634,27080,1,1,1,1,-1),
(194329,3,8628,'Freya\'s Gift',2,1634,27082,1,1,1,1,-1),