diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-09-15 22:38:19 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2012-09-15 22:38:19 +0200 |
commit | d079a834c4acb2348a2f07c98d4dd39606087675 (patch) | |
tree | 7b85d89bf0b851fc9d64fa2ca555a0453c3dc3f6 | |
parent | 883db2af3ebf5952bcb844fc2d115fe666e02358 (diff) |
DB/Loot: Fix typo in Ionar loot (thx DarkJaxyChan)
Closes #7765
-rw-r--r-- | sql/updates/world/2012_09_16_01_world_creature_loot_template.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_16_01_world_creature_loot_template.sql b/sql/updates/world/2012_09_16_01_world_creature_loot_template.sql new file mode 100644 index 00000000000..2d87ad3aa16 --- /dev/null +++ b/sql/updates/world/2012_09_16_01_world_creature_loot_template.sql @@ -0,0 +1 @@ +UPDATE `creature_loot_template` SET `item`=39657 WHERE `entry`=28546 AND `item`=36657; |