Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spells

This commit is contained in:
Shauren
2014-12-19 23:52:29 +01:00
parent ff0c11e25d
commit 9f0051c4e5
27 changed files with 263 additions and 398 deletions
File diff suppressed because one or more lines are too long
+2
View File
@@ -0,0 +1,2 @@
DELETE FROM `rbac_permissions` WHERE `id`=692;
DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=692;
@@ -0,0 +1,2 @@
DROP TABLE IF EXISTS `spell_bonus_data`;
DELETE FROM `command` WHERE `name`='reload spell_bonus_data';