Core: Improve error messages for linked_respawn table (and minor cosmetic changes here and there)

This commit is contained in:
Spp
2013-11-11 11:03:32 +01:00
parent 395eb83b88
commit 65cd07a288
10 changed files with 56 additions and 56 deletions
@@ -244,7 +244,7 @@ class SmartScript
SMARTAI_TEMPLATE mTemplate;
void InstallEvents();
void RemoveStoredEvent (uint32 id)
void RemoveStoredEvent(uint32 id)
{
if (!mStoredEvents.empty())
{
@@ -258,7 +258,7 @@ class SmartScript
}
}
}
SmartScriptHolder FindLinkedEvent (uint32 link)
SmartScriptHolder FindLinkedEvent(uint32 link)
{
if (!mEvents.empty())
{