aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-09-30 01:00:52 +0200
committerjoschiwald <joschiwald.trinity@gmail.com>2017-03-04 19:01:42 +0100
commit064380015e51cb3e7e59a237ebbba5541b50a276 (patch)
treeeee0bdab88cdf55de18edf32ed7fff7e5bc76eba
parenteb75601a0c8c5cc2aed2133f82a7db7f3a1b6dcf (diff)
DB/Loot: add Phantom Ghostfish to Nettlefish School loot.
Allows Dalaran's fishing daily quest The Ghostfish to be completed at any fishing skill level. (cherry picked from commit 62b166ebb79426ba5cbf2778875b1c286afdddc3)
-rw-r--r--sql/updates/world/master/2017_03_04_07_world_2016_09_30_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_04_07_world_2016_09_30_00_world.sql b/sql/updates/world/master/2017_03_04_07_world_2016_09_30_00_world.sql
new file mode 100644
index 00000000000..eb0e81c1c6e
--- /dev/null
+++ b/sql/updates/world/master/2017_03_04_07_world_2016_09_30_00_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `gameobject_loot_template` WHERE `Item`=45902;
+INSERT INTO `gameobject_loot_template` VALUES
+(25673, 45902, 0, 100, 1, 1, 3, 1, 1, "Phantom Ghostfish");