diff options
| author | SnapperRy <snapperryen@gmail.com> | 2016-09-30 01:00:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-30 01:00:52 +0200 |
| commit | 62b166ebb79426ba5cbf2778875b1c286afdddc3 (patch) | |
| tree | d427c174e60d2f0416d082c734e78a95132ca814 | |
| parent | 1e2d55acf0c10fd9dd83e3cd075466702ba733db (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.
| -rw-r--r-- | sql/updates/world/3.3.5/2016_09_30_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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"); |
