| 
 Wow That is awesome thank you so much, Freshmaker!!
 lol having said that let me see if I can figure out how to apply this.
 
 So, my directory structure is like so:
 
 :~/eqemu$ ls
 bin                  CMakeLists.txt                        loginserver    ucs
 changelog.txt        common                                luabind        utils
 client_files         dependencies                          Makefile       world
 cmake                eqlaunch                              queryserv      zone
 CMakeCache.txt       freshmaker_petattackspeed_patch.diff  README.md
 CMakeFiles           GPL.txt                               shared_memory
 cmake_install.cmake  LICENSE.md                            tests
 
 
 I created the file freshmaker_petattackspeed_patch.diff , pasted in your code.
 
 Now i believe i will need to edit this part of the file:
 
 diff --git a/zone/attack.cpp b/zone/attack.cpp
 index 2fdf5f1..9b7a1b9 100644
 --- a/zone/attack.cpp
 +++ b/zone/attack.cpp
 
 to this:
 
 diff --git freshmaker_petattackspeed_patch.diff /zone/attack.cpp
 index 2fdf5f1..9b7a1b9 100644
 --- freshmaker_petattackspeed_patch.diff
 +++ /zone/attack.cpp
 
 then run:
 
 git apply freshmaker_petattackspeed_patch.diff
 
 then:
 
 make clean
 make
 
 How does that look? Am I in the ball park?
 |