mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Core/Script: Code style and remove unused core.
Signed-off-by: Gyx <2359980687@qq.com>
This commit is contained in:
@@ -123,9 +123,7 @@ class example_escort : public CreatureScript
|
||||
{
|
||||
// not a likely case, code here for the sake of example
|
||||
if (killer == me)
|
||||
{
|
||||
DoScriptText(SAY_DEATH_1, me, player);
|
||||
}
|
||||
else
|
||||
DoScriptText(SAY_DEATH_2, me, player);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user