diff options
-rw-r--r-- | sql/updates/world/2011_10_29_03_world_gameobject_template.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; + |