diff options
author | Aokromes <jipr@hotmail.com> | 2014-01-26 00:31:40 +0100 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2014-01-26 00:31:40 +0100 |
commit | f48eb0388db9ffda783af55b14f5a4c50326f8f0 (patch) | |
tree | b7e98007c8d13a4901b1c18573e3948aa83d0c41 | |
parent | b40851744099f2858af70f9b13bb1ac850089482 (diff) |
DB/Loot: Felweed
By SQLfix closes #11329
-rw-r--r-- | sql/updates/world/2014_01_24_06_world_gameobject_loot_template.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_24_06_world_gameobject_loot_template.sql b/sql/updates/world/2014_01_24_06_world_gameobject_loot_template.sql new file mode 100644 index 00000000000..3ca7a513409 --- /dev/null +++ b/sql/updates/world/2014_01_24_06_world_gameobject_loot_template.sql @@ -0,0 +1,3 @@ +-- +INSERT INTO `gameobject_loot_template` (`entry`, `item`, `ChanceOrQuestChance`) VALUES +(18111, 22795, 10); |