EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Server Code Submissions (https://www.eqemulator.org/forums/forumdisplay.php?f=669)
-   -   Inconsequential typo in common\rules.cpp (https://www.eqemulator.org/forums/showthread.php?t=24048)

Knightly 01-02-2008 08:53 PM

Inconsequential typo in common\rules.cpp
 
Pretty insignificant, but it caught my eye while looking over the rules code.

Code:

_log(RULES__ERROR, "Fauled to create rule set in the database: %s: %s", query,errbuf);
should be:
Code:

_log(RULES__ERROR, "Failed to create rule set in the database: %s: %s", query,errbuf);


All times are GMT -4. The time now is 08:57 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.