From 25f81cdfcdfe42aafd9589f3c6f447141a321a2e Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 13 Aug 2009 13:40:30 -0500 Subject: *Fix some typos in spell_area which make some spells are not available to female char. --HG-- branch : trunk --- sql/updates/4982_world_spell_area.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/4982_world_spell_area.sql (limited to 'sql/updates') diff --git a/sql/updates/4982_world_spell_area.sql b/sql/updates/4982_world_spell_area.sql new file mode 100644 index 00000000000..5f7f79a5022 --- /dev/null +++ b/sql/updates/4982_world_spell_area.sql @@ -0,0 +1 @@ +update spell_area set gender=2 where spell in (33836,50426,46023,52693); \ No newline at end of file -- cgit v1.2.3