Jump to content
Ind

Obtaining Hercules

Recommended Posts

Fastest way I can think about it is just updating to last revision, then locally on your repository get the revision you'll be using.

 

 I don't get it!

Share this post


Link to post
Share on other sites

How do I get old version?

 

In your master branch do the following:

 

​git checkout -b mybranch <sha1 / commit you want>

 

example:

 

git checkout -b cantthinkofbranchname 254f47e

Share this post


Link to post
Share on other sites

on the Console I'm using windows by the way :) Ill try this Thank you

Should work fine in git bash. Try to stay away from the GUI. Get used to doing the command line / bash version. It's much easier / faster.

Share this post


Link to post
Share on other sites

 

on the Console I'm using windows by the way :) Ill try this Thank you

Should work fine in git bash. Try to stay away from the GUI. Get used to doing the command line / bash version. It's much easier / faster.

 

Thanks for your help kisuka, one problem also when I try to use "git pull" to update version I always get this message:

 

[theuser@hotdog git]$ git pull
You are not currently on a branch, so I cannot use any
'branch.<branchname>.merge' in your configuration file.
Please specify which remote branch you want to use on the command
line and try again (e.g. 'git pull <repository> <refspec>').
See git-pull(1) for details.
 

Share this post


Link to post
Share on other sites

I'm a SVN Fanboy but i thought to give git a try.

When creating a fork, how can i update it to the latest version? (Using TortoiseGit). :(

Do i need to create a new remote? I would really appreciate any help with that.

Edited by Ridley

Share this post


Link to post
Share on other sites

I'm a SVN Fanboy but i thought to give git a try.

When creating a fork, how can i update it to the latest version? (Using TortoiseGit). :(

Do i need to create a new remote? I would really appreciate any help with that.

You have to save it to stash first then Commit changes then Load Stash and your done :)

Share this post


Link to post
Share on other sites

No idea what you mean xD but i found how to do it directly on the github site.

Share this post


Link to post
Share on other sites

Hi all. I just download new fresh SVN.

I got it from https://github.com/HerculesWS/Hercules.git

As you can see, there are so many folder, I'm confuse with one of that folder that I should use to compile.

Then I try to compile the 1st folder. I got that below error.

 

Error	1	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	mapcacheError	2	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	mapcacheError	3	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	mapcacheError	4	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	mapcacheError	5	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	mapcacheError	6	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	mapcacheError	7	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	mapcacheError	8	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	mapcacheError	9	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	mapcacheError	10	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	mapcacheError	11	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	login-serverError	12	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	login-serverError	13	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	login-serverError	14	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	login-serverError	15	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	login-serverError	16	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	char-serverError	17	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	char-serverError	18	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	char-serverError	19	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	char-serverError	20	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	char-serverError	21	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	char-serverError	22	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	char-serverError	23	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	char-serverError	24	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	char-serverError	25	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	char-serverError	26	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	map-serverError	27	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	map-serverError	28	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	map-serverError	29	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	map-serverError	30	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	map-serverError	31	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	map-serverError	32	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	map-serverError	33	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	map-serverError	34	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	map-serverError	35	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	map-serverError	36	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srcloginaccount_sql.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	login-serverError	37	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srcloginaccount_sql.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	login-serverError	38	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srcloginaccount_sql.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	login-serverError	39	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srcloginaccount_sql.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	login-serverError	40	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srcloginaccount_sql.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	login-serverError	41	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	char-serverError	42	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	char-serverError	43	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	char-serverError	44	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	char-serverError	45	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	char-serverError	46	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	char-serverError	47	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	char-serverError	48	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	char-serverError	49	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	char-serverError	50	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	char-serverError	51	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	map-serverError	52	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	map-serverError	53	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	map-serverError	54	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	map-serverError	55	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	map-serverError	56	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srcloginlogin.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	login-serverError	57	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srcloginlogin.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	login-serverError	58	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srcloginlogin.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	login-serverError	59	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srcloginlogin.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	login-serverError	60	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srcloginlogin.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	login-serverWarning	61	warning C4018: '<' : signed/unsigned mismatch	d:4. world of ragnarok2015 serverbranchesbcryptsrcloginlogin.c	359	1	login-serverError	62	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	map-serverError	63	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	map-serverError	64	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	map-serverError	65	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	map-serverError	66	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommonmempool.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	map-serverError	67	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	login-serverError	68	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	login-serverError	69	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	login-serverError	70	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	login-serverError	71	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommoncore.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	login-serverError	72	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	login-serverError	73	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	login-serverError	74	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	login-serverError	75	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	login-serverError	76	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommonconsole.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	login-serverError	77	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	login-serverError	78	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	login-serverError	79	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	login-serverError	80	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	login-serverError	81	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccommonHPM.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	login-serverError	82	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srccharchar.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	char-serverError	83	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srccharchar.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	char-serverError	84	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srccharchar.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	char-serverError	85	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srccharchar.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	char-serverError	86	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srccharchar.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	char-serverError	87	error C2169: '_InterlockedCompareExchange64' : intrinsic function, cannot be defined (..srcmapmap.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	25	1	map-serverError	88	error C2373: '_InterlockedIncrement64' : redefinition; different type modifiers (..srcmapmap.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	41	1	map-serverError	89	error C2373: '_InterlockedDecrement64' : redefinition; different type modifiers (..srcmapmap.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	52	1	map-serverError	90	error C2373: '_InterlockedExchangeAdd64' : redefinition; different type modifiers (..srcmapmap.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	62	1	map-serverError	91	error C2373: '_InterlockedExchange64' : redefinition; different type modifiers (..srcmapmap.c)	d:4. world of ragnarok2015 serverbranchesbcryptsrccommonatomic.h	72	1	map-server

Then I try another folder, until the last one folder, I also get the same error.

Why this problem happen ? I just download fresh SVN. But this error come out.

Please help me. Thanks you.

 

 

post-1425-0-17918800-1421323222_thumb.png

Share this post


Link to post
Share on other sites

Not sure how you get it, but in screenshot not present folder with name "master".

This "folders" is branches, most time all projects using only master branch as main.

 

So you should somhow download only from main branch.

Or better lern how use git, need run one command to get sources or click one button.

If you using windows, try github client for git.

Share this post


Link to post
Share on other sites

Not sure how you get it, but in screenshot not present folder with name "master".

This "folders" is branches, most time all projects using only master branch as main.

 

So you should somhow download only from main branch.

Or better lern how use git, need run one command to get sources or click one button.

If you using windows, try github client for git.

 

thanks for the response, I'm pretty sure that my download are not finish due the Internet connectivity.

I try clicking https://github.com/HerculesWS/Hercules/archive/master.zip and download it, and its working. hehe

:D

 

Btw, can someone give me the link thanks contains the master directory using tortoise svn. I need the svn. For future update. Please.

Edited by mrlongshen

Share this post


Link to post
Share on other sites

Hello, sorry for posting this thread again, i just wanna ask how to fix my Git? its seems there is a problem that is its seems not to be worked.

i can't see my "Git Clone" ? anybody knows how to fixed this?

http://i.imgur.com/B2gQmYF.png

 

Thank you in Advance :D

Edited by Vlync

Share this post


Link to post
Share on other sites

Hi Im working on PC PLC S7 1200 Ethernet TCP/IP Communication. My goal is to receive a string of 23 CHAR from the PC. What Ive done so far is upload the function TRCV_C end send a string using HW Hercules TCP Client. I do not understand if there is something wrong or if Ive not understand how this function works. Could you please give me some advice?

Ive attached a few screenshot of my settings...

Share this post


Link to post
Share on other sites
14 minutes ago, MikhaylOdole said:

Hi Im working on PC PLC S7 1200 Ethernet TCP/IP Communication. My goal is to receive a string of 23 CHAR from the PC. What Ive done so far is upload the function TRCV_C end send a string using HW Hercules TCP Client. I do not understand if there is something wrong or if Ive not understand how this function works. Could you please give me some advice?

Ive attached a few screenshot of my settings...
 

Hello, I think you may have run into the wrong board. This board (herc.ws) is about Hercules MMORPG server (https://github.com/HerculesWS/Hercules), your question seems to be about something else, maybe Hercules Mainframe emulator?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.