Hello guys!
I have a question regarding to the function Query(db,"querystring"). I have 'tried' it in the following way:
It gives no errors, but somehow the query is not executed in my WorldDBCode:Query(0,"DELETE FROM creature_proto WHERE entry = 55502001;"). If I change the 0 (= worldDB) to 1 (=charDB) then it gives an error that creature_proto table can't be found --> which is rather logical since there is no such table in the CharDB. Now I am wondering what the heck I have done wrong
. Do I need to configure something in LUA? Is the query incorrect?
Kind Regards,
Claiver