Jump to content

[fix] Linux Compile 5674


Guest runningnak3d

Recommended Posts

* What bug does the patch fix? What features does the patch add?

MaNGOS rev 5674 will not compile under Linux. Rev 5664 SQL updates were combined into one file, but the generation of the Makefile was not updated

* For which SubVersion revision was the patch created?

5674

* Is there a thread in the bug report section? If yes, please add a link to the thread.

Not that I have seen

* Who has been writing this patch? Please include either forum user names or email addresses.

runningnak3d

Index: sql/updates/Makefile.am
===================================================================
--- sql/updates/Makefile.am         (revision 5674)
+++ sql/updates/Makefile.am         (working copy)
@@ -689,8 +689,7 @@
               5655_mangos_spell_proc_event.sql \\
               5659_mangos_loot_template.sql \\
               5660_mangos_spell_elixir.sql \\
-             5664_mangos_item_template.sql \\
-             5664_mangos_npc_vendor.sql \\
+             5664_mangos.sql \\
               5665_mangos_creature_template.sql \\
               README

@@ -1361,7 +1360,6 @@
               5655_mangos_spell_proc_event.sql \\
               5659_mangos_loot_template.sql \\
               5660_mangos_spell_elixir.sql \\
-             5664_mangos_item_template.sql \\
-             5664_mangos_npc_vendor.sql \\
+             5664_mangos.sql \\
               5665_mangos_creature_template.sql \\
               README

-- Brian

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