diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-14 17:25:26 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-08-14 17:25:26 +0200 |
commit | 73be61bb838935ea632dde00640f14442b5342ca (patch) | |
tree | dd7af304d07e6fe81f6a25c5ca848ec9e81f070b | |
parent | fa10737861a891ac8e4942a2fe693f50b38dea40 (diff) |
SQL: Fix import error
-rw-r--r-- | sql/updates/world/2013_08_14_01_world_gameobject_loot_template_335.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_08_14_01_world_gameobject_loot_template_335.sql b/sql/updates/world/2013_08_14_01_world_gameobject_loot_template_335.sql index 0155a8b160a..c04849be454 100644 --- a/sql/updates/world/2013_08_14_01_world_gameobject_loot_template_335.sql +++ b/sql/updates/world/2013_08_14_01_world_gameobject_loot_template_335.sql @@ -1,7 +1,7 @@ SET @ThoriumGems := 12900; SET @FelIronGems := 12901; SET @RareGems := 12902; -SET @EpicGems := 12903 +SET @EpicGems := 12903; SET @AdamantiteGems := 12904; SET @WotlkGreenGems := 12905; SET @WotlkBlueGems := 12906; |