diff options
author | Malcrom <malcromdev@gmail.com> | 2012-02-22 14:09:45 -0330 |
---|---|---|
committer | Malcrom <malcromdev@gmail.com> | 2012-02-22 14:09:45 -0330 |
commit | 1536a340afbd5ca598e6c23ee5f0dca84b74f6a3 (patch) | |
tree | 70f033e5af990677357536c608968d68b0df0fdf | |
parent | 0fba6e70f67e0e1970c94d15ea7ee2ad75c20e45 (diff) |
db/loot: Fix sql add line at end.
-rw-r--r-- | sql/updates/world/2012_02_21_00_world_creature_loot_template.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_02_21_00_world_creature_loot_template.sql b/sql/updates/world/2012_02_21_00_world_creature_loot_template.sql index 13ba9384f16..1d05c031868 100644 --- a/sql/updates/world/2012_02_21_00_world_creature_loot_template.sql +++ b/sql/updates/world/2012_02_21_00_world_creature_loot_template.sql @@ -75,4 +75,4 @@ INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`loot (@Lootid,4,1,1,1,-24012,1), -- Outland Blue Reference1 (@Lootid,5,5,1,1,-24093,1), -- Outland Plans & patterns -- Scrolls -(@Lootid,6,5,1,0,-24724,1); -- Scroll of <stat> IV
\ No newline at end of file +(@Lootid,6,5,1,0,-24724,1); -- Scroll of <stat> IV |