diff options
author | Machiavelli <machiavelli.trinity@gmail.com> | 2011-10-29 15:57:50 +0200 |
---|---|---|
committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-10-29 15:57:50 +0200 |
commit | cb52cf011fa59a838c2e050e5084efb1fd98b4f4 (patch) | |
tree | f2d9716dbe296bb18f4fb696349807a4ef9a6f28 | |
parent | 526ada47e182b4cbe0d002228f18f260c86347ef (diff) |
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.
-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; + |