So now you are in SVN Checkout Folder/src/world
There is a lot of C++ Files. Open the file named Unit.cpp
now inside the C++ file, search for :
CODE-BOX
if(m_mapId!=530
You should find something like this:
CODE-BOX
Now you must edit this line for the use of flying mounts.
So to use the flying mounts everywhere, change it to this:
CODE-BOX
!!!NOTE!!! : Northrend still requires Cold Weathers if you want flying in a non Eastern Kingdoms or Kalimdor Map simply change 0 and 1 to the Map ID's you wish in maps.dbc
I know this is a very simple one.
There is a lot of C++ Files. Open the file named Unit.cpp
now inside the C++ file, search for :
CODE-BOX
if(m_mapId!=530
You should find something like this:
CODE-BOX
Now you must edit this line for the use of flying mounts.
So to use the flying mounts everywhere, change it to this:
CODE-BOX
!!!NOTE!!! : Northrend still requires Cold Weathers if you want flying in a non Eastern Kingdoms or Kalimdor Map simply change 0 and 1 to the Map ID's you wish in maps.dbc
I know this is a very simple one.