mirror of
https://github.com/araxiaonline/WoWDBDefs.git
synced 2026-06-13 03:32:22 -04:00
this is the horrible command line doing 0.5.3 dumps after manual wiki dumping and modification
This commit is contained in:
1
exedumper/0.5.3.sh
Normal file
1
exedumper/0.5.3.sh
Normal file
@@ -0,0 +1 @@
|
||||
for f in $(ls); do (echo COLUMNS; cat $f | grep m_ | grep -v ' ' | sed -e 's,;.*// *, // ,' -e 's,;.*,,' -e 's, m_, ,' -e 's,^ ,,' -e 's,uint[0-9]*_t,uint,' -e 's,int[0-9]*_t,int,' -e 's,\[.*\],,';echo; echo BUILD 0.5.3.3368; cat $f | grep m_ | grep -v ' ' | sed -e 's,;.*,,' -e 's, u*int32_t.* m_\([^\[]*\),\1<32>,' -e 's, u*int8_t.* m_\([^\[]*\),\1<8>,' -e 's, string m_,,' -e 's, locstring m_,,' -e 's, float m_,,') > ../../../definitions/$f; done
|
||||
Reference in New Issue
Block a user