Jump to content

[8059][patch] 33831


Guest Skirnir

Recommended Posts

Hello,

since 3.1.3 spell force_of_nature does not work. You only recive error messages.

This patch will allow players to cast it. Since I'm not familiar with mangos spell system (nor do I know if this spell does work as intended) and do not know if this is a proper way of fixing I choose this section instead of "Under review ..." I hope you don't mind.

What bug does the patch fix? What features does the patch add?

Fixes spell 33831 force_of_nature witch changed (?) in 3.1.3

For which repository revision was the patch created?

8044

Who has been writing this patch? Please include either forum user names or email addresses.

Skirnir

diff --git a/src/game/SharedDefines.h b/src/game/SharedDefines.h
index f07ec80..8392167 100644
--- a/src/game/SharedDefines.h
+++ b/src/game/SharedDefines.h
@@ -2373,7 +2373,7 @@ enum SummonType
    SUMMON_TYPE_UNKNOWN5    = 409,
    SUMMON_TYPE_UNKNOWN2    = 427,
    SUMMON_TYPE_POSESSED2   = 428,
-    SUMMON_TYPE_FORCE_OF_NATURE = 669,
+    SUMMON_TYPE_FORCE_OF_NATURE = 1562,
    SUMMON_TYPE_GUARDIAN2   = 1161
};

Regards

Skirnir

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use