diff options
Diffstat (limited to 'src/magic.cc')
| -rw-r--r-- | src/magic.cc | 2 |
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; } |
