From 62b166ebb79426ba5cbf2778875b1c286afdddc3 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Fri, 30 Sep 2016 01:00:52 +0200 Subject: 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. --- sql/updates/world/3.3.5/2016_09_30_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_30_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_09_30_00_world.sql b/sql/updates/world/3.3.5/2016_09_30_00_world.sql new file mode 100644 index 00000000000..eb0e81c1c6e --- /dev/null +++ b/sql/updates/world/3.3.5/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"); -- cgit v1.2.3