View Single Post
  #15  
Old 04-20-2013, 05:37 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,164
Default

MQ fetches the information your client has about spells, which is spells_us.txt, your server DB must be wrong. Check what it says there.

EDIT:

run
Code:
SELECT `effect_base_value1` FROM `spells_new` WHERE `id` =  '5327';
Reply With Quote