aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/GameObject.cpp5
-rw-r--r--src/shared/revision_nr.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp
index dc04388ef59..abbc3c4bf1c 100644
--- a/src/game/GameObject.cpp
+++ b/src/game/GameObject.cpp
@@ -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;
}
diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h
index b43b41874d7..43065c04899 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 "7325"
+ #define REVISION_NR "7327"
#endif // __REVISION_NR_H__