mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-16 13:09:50 -04:00
Replace (CR) character from all converted scripts and replace it with it's proper (LF) counterpart
- should fix the "linking scripts" failure (not tested) --HG-- branch : trunk
This commit is contained in:
@@ -59,7 +59,8 @@ EndScriptData */
|
||||
#define SAY_SALUTE "Move out Soldier!"
|
||||
|
||||
//This is the GetAI method used by all scripts that involve AI
|
||||
//It is called every time a new Creature using this script is created
|
||||
//It is called every time a new Creature using this script is created
|
||||
class custom_example : public CreatureScript
|
||||
{
|
||||
public:
|
||||
custom_example() : CreatureScript("custom_example") { }
|
||||
|
||||
Reference in New Issue
Block a user