aboutsummaryrefslogtreecommitdiff
path: root/src/scripts/examples/example_misc.cpp
diff options
context:
space:
mode:
authorSpp <none@none>2010-04-07 17:24:07 +0200
committerSpp <none@none>2010-04-07 17:24:07 +0200
commitf490ad5ac259712e323f0a52e608ff1383b2fc41 (patch)
tree1bbe00973a622672eccf3450f302f7cb3bc33882 /src/scripts/examples/example_misc.cpp
parent502fc82fb822e4245aff0530d22c013daa5d3de9 (diff)
Code Style: tab to spaces
--HG-- branch : trunk
Diffstat (limited to 'src/scripts/examples/example_misc.cpp')
-rw-r--r--src/scripts/examples/example_misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/examples/example_misc.cpp b/src/scripts/examples/example_misc.cpp
index 00465b996d5..e26220bfbb3 100644
--- a/src/scripts/examples/example_misc.cpp
+++ b/src/scripts/examples/example_misc.cpp
@@ -38,7 +38,7 @@ bool AT_example_areatrigger(Player* pPlayer, const AreaTriggerEntry *pAt)
extern void LoadDatabase();
bool ItemUse_example_item(Player* pPlayer, Item* pItem, SpellCastTargets const& scTargets)
{
- sScriptMgr.LoadDatabase();
+ sScriptMgr.LoadDatabase();
return true;
}