diff options
author | Filip <boev.filip@gmail.com> | 2013-08-30 13:38:00 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-08-30 13:38:00 +0200 |
commit | e375c6075b214b85599cf94364674cc3bb4eea8a (patch) | |
tree | d2585da1612853d22b3f3b6a719eabff33cf530a | |
parent | ec837b1d7dadac45b71a1833c3ed5097d5f9d91f (diff) |
DB/Loot: Titanium Vein
By @dr-j fixes #10671
-rw-r--r-- | sql/updates/world/2013_08_30_00_db_update.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_30_00_db_update.sql b/sql/updates/world/2013_08_30_00_db_update.sql new file mode 100644 index 00000000000..3e6ed052f34 --- /dev/null +++ b/sql/updates/world/2013_08_30_00_db_update.sql @@ -0,0 +1 @@ +UPDATE `gameobject_loot_template` SET `item`=33700 WHERE `entry`=24157 AND `item`=37703; |