[BNW] How to changee existing Promotion?

King Morius

Warlord
Joined
May 30, 2008
Messages
105
Hi everyone! I need help.
I want to modify the CAN_MOVE_AFTER_ATTACK by adding a new line
<LostWithUpgrade>true</LostWithUpgrade>
But i don't know how to do it!
Thanks in advance
 
Code:
UPDATE UnitPromotions
SET LostWithUpgrade = 1
WHERE Type="PROMOTION_CAN_MOVE_AFTER_ATTACKING";
Place this in an SQL-file with OnModactivated -> UpdateDatabase
 
Top Bottom