google-code-export / oregoncore

Automatically exported from code.google.com/p/oregoncore
GNU General Public License v2.0
1 stars 0 forks source link

Spell [35346] Warp #322

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
By LilleCarl (12 October 2010 - automatically ported issue):

The spell warp does not work, tested it with my pet on rev800.

Original issue reported on code.google.com by stfxm...@gmail.com on 30 Dec 2010 at 4:32

GoogleCodeExporter commented 9 years ago
By cemak:
try this 
#!

diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -5786,6 +5781,9 @@
                         basepoints0 = GetTotalAttackPowerValue(BASE_ATTACK) * 30 / 100;
                         target = this;
                     }
+           case 35346:
+                   trigger_spell_id = 35779;
+                          break;

                 }
                 break;
             case SPELLFAMILY_MAGE:

Original comment by stfxm...@gmail.com on 30 Dec 2010 at 4:32

GoogleCodeExporter commented 9 years ago
By cemak:

Original comment by stfxm...@gmail.com on 30 Dec 2010 at 4:32

GoogleCodeExporter commented 9 years ago
By kerhong:
Don't put wontfix on stuff that will work someday, as it is needed for 
blizzlike server.

Original comment by stfxm...@gmail.com on 30 Dec 2010 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by stfxm...@gmail.com on 30 Dec 2010 at 5:18