From cb52cf011fa59a838c2e050e5084efb1fd98b4f4 Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Sat, 29 Oct 2011 15:57:50 +0200 Subject: DB/Templates: Correct 25 man loot IDs for Freya's chest based on the only actual parsed 25man chest there is. NOTE: This is not WDB data, merely guesswork. --- sql/updates/world/2011_10_29_03_world_gameobject_template.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2011_10_29_03_world_gameobject_template.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_10_29_03_world_gameobject_template.sql b/sql/updates/world/2011_10_29_03_world_gameobject_template.sql new file mode 100644 index 00000000000..6b73da94441 --- /dev/null +++ b/sql/updates/world/2011_10_29_03_world_gameobject_template.sql @@ -0,0 +1,5 @@ +-- 25 man chest loot IDs +UPDATE `gameobject_template` SET `data1`=26961 WHERE `entry`=194330; +UPDATE `gameobject_template` SET `data1`=26960 WHERE `entry`=194329; +UPDATE `gameobject_template` SET `data1`=26959 WHERE `entry`=194328; + -- cgit v1.2.3