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:
click
2010-08-09 01:52:26 +02:00
parent 910864c856
commit abd261b1a1
352 changed files with 1453 additions and 724 deletions

View File

@@ -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") { }