mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
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.
This commit is contained in:
4
sql/updates/world/3.3.5/2016_09_30_00_world.sql
Normal file
4
sql/updates/world/3.3.5/2016_09_30_00_world.sql
Normal file
@@ -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");
|
||||
Reference in New Issue
Block a user