Tried to apply the patches given by Wojta, but got these errors on rev 10382
multiseats_mounts.patch:
Code:
$ git apply multiseat_mounts.patch
error: patch failed: src/game/AggressorAI.cpp:103
error: src/game/AggressorAI.cpp: patch does not apply
error: patch failed: src/game/Creature.h:409
error: src/game/Creature.h: patch does not apply
error: patch failed: src/game/DBCStructure.h:1780
error: src/game/DBCStructure.h: patch does not apply
error: patch failed: src/game/MiscHandler.cpp:269
error: src/game/MiscHandler.cpp: patch does not apply
error: patch failed: src/game/MovementHandler.cpp:248
error: src/game/MovementHandler.cpp: patch does not apply
error: patch failed: src/game/Object.cpp:289
error: src/game/Object.cpp: patch does not apply
error: patch failed: src/game/Opcodes.cpp:1169
error: src/game/Opcodes.cpp: patch does not apply
error: patch failed: src/game/Player.cpp:1754
error: src/game/Player.cpp: patch does not apply
error: patch failed: src/game/Spell.cpp:4541
error: src/game/Spell.cpp: patch does not apply
error: patch failed: src/game/SpellAuras.cpp:3413
error: src/game/SpellAuras.cpp: patch does not apply
error: patch failed: src/game/SpellHandler.cpp:577
error: src/game/SpellHandler.cpp: patch does not apply
error: patch failed: src/game/Unit.cpp:245
error: src/game/Unit.cpp: patch does not apply
error: patch failed: src/game/Unit.h:304
error: src/game/Unit.h: patch does not apply
error: patch failed: src/game/Vehicle.cpp:22
error: src/game/Vehicle.cpp: patch does not apply
error: patch failed: src/game/Vehicle.h:26
error: src/game/Vehicle.h: patch does not apply
error: patch failed: src/game/WorldSession.h:429
error: src/game/WorldSession.h: patch does not apply
error: patch failed: src/shared/Database/SQLStorage.cpp:25
error: src/shared/Database/SQLStorage.cpp: patch does not apply
and for the vehicle_mangos_10346.patch I get:
Code:
$ git apply vehicle_mangos_10346.patch
error: patch failed: src/shared/Database/SQLStorage.cpp:27
error: src/shared/Database/SQLStorage.cpp: patch does not apply
And for broadcaster_10350.patch I get:
Code:
$ git apply broadcaster_10350.patch
fatal: git apply: bad git-diff - expected /dev/null on line 4
Any help would be greatly appreciated!