[7327] Restore work of meeting stones, and make it work in more correct way. Required correct DB data. Author: charlie2025

--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-22 17:48:19 -06:00
parent dadb464485
commit 513d5c179c
2 changed files with 5 additions and 2 deletions

View File

@@ -1231,7 +1231,10 @@ void GameObject::Use(Unit* user)
if (level < info->meetingstone.minLevel || level > info->meetingstone.maxLevel)
return;
spellId = 23598;
if(info->id==194097)
spellId = 61994; // Ritual of Summoning
else
spellId = 59782; // Summoning Stone Effect
break;
}