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

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
charlie2025 2009-02-23 01:16:05 +03:00 committed by VladimirMangos
parent 8c701f6287
commit 1185188a7e
2 changed files with 5 additions and 2 deletions

View file

@ -1172,7 +1172,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;
}