mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
[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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user