aboutsummaryrefslogtreecommitdiff
path: root/src/magic.cc
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-06-09 01:19:20 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-06-09 01:19:20 -0300
commitcd8f3f412c2a5f49ee25aab83079a655b88d6def (patch)
treea7f5381472da0e658c37afb5660329f7bc71ba33 /src/magic.cc
parenteaa3536c027a4f7c1b879b78ab0ecdefcdb4833d (diff)
downloadgame-cd8f3f412c2a5f49ee25aab83079a655b88d6def.tar.gz
game-cd8f3f412c2a5f49ee25aab83079a655b88d6def.zip
finish `cract.cc`
Diffstat (limited to 'src/magic.cc')
-rw-r--r--src/magic.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/magic.cc b/src/magic.cc
index a222b3a..46da798 100644
--- a/src/magic.cc
+++ b/src/magic.cc
@@ -3690,7 +3690,7 @@ static void RuneSpell(uint32 CreatureID, int SpellNr){
ObjectType RuneType = GetNewObjectType(RuneGr, RuneNr);
Change(LeftHand, RuneType, Amount);
RuneCreated = true;
- }catch(...){
+ }catch(RESULT r){
if(!RuneCreated){
throw;
}