mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-16 21:51:29 +00:00
Remove Duplicative MySQL Error: CreateNewNPCSpawnGroupCommand Error: %s %s
This commit is contained in:
parent
4ecbc5d2db
commit
5bce113bd7
@ -1103,7 +1103,6 @@ uint32 ZoneDatabase::AddNewNPCSpawnGroupCommand(const char* zone, uint32 zone_ve
|
|||||||
last_insert_id, spawn->GetNPCTypeID(), 100);
|
last_insert_id, spawn->GetNPCTypeID(), 100);
|
||||||
results = QueryDatabase(query);
|
results = QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "CreateNewNPCSpawnGroupCommand Error: %s %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user