Bugs on private server and solutions

Hi I played on three private servers and they had all certain bugs. I solved some of these bugs with changes in the database and this thread shall be there for all people who solved bugs through database changes. So we can help any private server provider to become better so we can get a better game experience. I am a little bit shocked that as I searched through the Internet there are a lot people who are happy if there are bugs on servers because they wanna abuse them. But I found nobody who really wanted to help to find solutions. My question to the mankind is what the hell is wrong with you people? Here my solutions for some problems I found on private servers:
1. In the dungeon BFD at the endboss there is a Stonealter you can normally click on then it teleports you back to darnassus to the quest giver. Does not work on the servers I played on.
Solution:
table: gameobject_scripts
New Entry!
id=32935
delay=0
command=6
datalong=1
x=10075.5
y=2356.22
z=1331.89
o=3.73
Bug fixed.
2. Door in Uldaman (Ironaya) does not open
Solution:
table: gameobject_scripts
New Entry!
id=14393
delay=30
command=11
datalong=14394
datalong2=120000
Bug fixed!
3. Several NPCs who has a rangeattack with thrownweapons are bugged instead the weapon you see only a white cube. This problem is not really to solve by database because I think that the problem is in the mangos.exe. But at least you can garuntee that all these NPCs get a rangeattack which really work.
Solution:
table: creature_template
Search the NPCs there and change the thrownspell (10277) replace it with 6660. Now you have to change the equipment.
table: creature_equip_template_raw
equipmodell3=10671
equipinfo3=33493506
equipslot3=26
Eventually you have to adapt the damage by changes in the databases too. The last solution is only an idea I did not test it. Thx for reading.
1. In the dungeon BFD at the endboss there is a Stonealter you can normally click on then it teleports you back to darnassus to the quest giver. Does not work on the servers I played on.
Solution:
table: gameobject_scripts
New Entry!
id=32935
delay=0
command=6
datalong=1
x=10075.5
y=2356.22
z=1331.89
o=3.73
Bug fixed.
2. Door in Uldaman (Ironaya) does not open
Solution:
table: gameobject_scripts
New Entry!
id=14393
delay=30
command=11
datalong=14394
datalong2=120000
Bug fixed!
3. Several NPCs who has a rangeattack with thrownweapons are bugged instead the weapon you see only a white cube. This problem is not really to solve by database because I think that the problem is in the mangos.exe. But at least you can garuntee that all these NPCs get a rangeattack which really work.
Solution:
table: creature_template
Search the NPCs there and change the thrownspell (10277) replace it with 6660. Now you have to change the equipment.
table: creature_equip_template_raw
equipmodell3=10671
equipinfo3=33493506
equipslot3=26
Eventually you have to adapt the damage by changes in the databases too. The last solution is only an idea I did not test it. Thx for reading.