diff --git a/src/game/LootMgr.cpp b/src/game/LootMgr.cpp index fc8d66666..e975fe78b 100644 --- a/src/game/LootMgr.cpp +++ b/src/game/LootMgr.cpp @@ -46,7 +46,7 @@ LootStore LootTemplates_Prospecting( "prospecting_loot_template", "item entry LootStore LootTemplates_QuestMail( "quest_mail_loot_template", "quest id (with mail template)",false); LootStore LootTemplates_Reference( "reference_loot_template", "reference id", false); LootStore LootTemplates_Skinning( "skinning_loot_template", "creature skinning id", true); -LootStore LootTemplates_Spell( "spell_loot_template", "spell id (explicitly discovering ability)",false); +LootStore LootTemplates_Spell( "spell_loot_template", "spell id (random item creating)",false); class LootTemplate::LootGroup // A set of loot definitions for items (refs are not allowed) { diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index d7d89231f..c61fd07f0 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7891" + #define REVISION_NR "7892" #endif // __REVISION_NR_H__