mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[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:
parent
8c701f6287
commit
1185188a7e
2 changed files with 5 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue