Jump to content

[5725] Fix For Another Typo...


Guest Avensis

Recommended Posts

Fix for small typo in 5721_mangos_spell_affect.sql, there was a dot instead of a comma.

Index: sql/updates/5721_mangos_spell_affect.sql
===================================================================
--- sql/updates/5721_mangos_spell_affect.sql        (revision 5724)
+++ sql/updates/5721_mangos_spell_affect.sql        (working copy)
@@ -6,7 +6,7 @@
INSERT INTO `spell_affect` VALUES
   (43743,1,0,0x0000000000000400,0);

-DELETE FROM `spell_affect` WHERE `entry` IN (13733,13865.13866);
+DELETE FROM `spell_affect` WHERE `entry` IN (13733,13865,13866);
INSERT INTO `spell_affect` VALUES
   (13733,0,0,0x0000000000000004,0),
   (13733,1,0,0x0000000400000000,0),

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use