5 Commits

Author SHA1 Message Date
Antz
dfe72e4234 [Clean] Some code cleanup 2015-03-26 23:29:50 +00:00
Charles A Edwards
347fb87b3d Case statement not terminated properly
missing break;

It caused a start-up error, besides being totally wrong.

My bad :(
2015-03-25 10:53:01 +00:00
schmoozerd
edfd397ba3 [Weather] Improve and Finalize new Weather system
(c2604) @schmoozerd
* Move Weather handling from World to Map class
* Add new Map::SetWeather function to force a weather for a zone
* Allow .wchange command to also create Thunderstorm or BlackRain

(c2609) @cala
- Remove enums irrelevant for Classic
- Fixe a few errors in auto merge from previous backport
- Change packet formatting to Classic structure
Thanks @stfx for his help and reviewing this fix and @laizerox for research
2015-03-24 23:13:17 +00:00
Charles A Edwards
8f2743f880 Incorrect data structure used
Data structure that holds data from the gameobject_template table should
be used, not the creature_template table!

Oops, my fault :-)
2015-03-23 10:56:09 +00:00
Antz
386f5374ab [Release20] Initial Release 20 2015-03-22 22:10:05 +00:00