Fix for bot shadowknights casting ranger spells

This commit is contained in:
Uleat
2017-03-26 16:19:53 -04:00
parent 05e97f4c64
commit 940f3b03e8
4 changed files with 5 additions and 2 deletions
@@ -0,0 +1,2 @@
-- Fix spells_id for existing Shadowknight entries
UPDATE `bot_data` SET `spells_id` = '3005' WHERE `class` = '5';