Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Rune Missing #215

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There is a rune missing (Holy Missile)

Constants\Items.cs

After:
public static Objects.Rune HeavyMagicMissile = new Objects.Rune(3198, "Heavy 
Magic Missile Rune", Spells.HeavyMagicMissile, 2);

Insert:
public static Objects.Rune HolyMissile = new Objects.Rune(3182, "Holy Missile 
Rune", Spells.HolyMissile, 3);

Original issue reported on code.google.com by good...@gmail.com on 13 Sep 2010 at 11:17

GoogleCodeExporter commented 9 years ago
Fixed in r831.

Original comment by joebingham07@gmail.com on 25 Sep 2010 at 5:05