gargoyle575
Chieftain
- Joined
- Jan 20, 2012
- Messages
- 94
I'm new here so I'm not sure if this is the right place to post this, if not tell me where to go. But here it goes. I am trying to make a mod for myself that removes unit obsoletion, allowing any unit in later eras. I also want to get better at sql. So my question is what am I doing wrong with this code, the changes wont apply: UPDATE Units SET ObsoleteTech='TECH_FUTURE_TECH' WHERE Class <> 'UNITCLASS_SETTLER';
I have made other mods before and I'm familiar with XML but thats it.
I have made other mods before and I'm familiar with XML but thats it.