Files
TrinityCore/sql/updates/world
treeston 2da458c56d Scripts/Instances: Complete rewrite of the boundary system.
- Migrate boundary logic to Maps/AreaBoundary instead of having it sit in InstanceScript (to possibly allow use for other purposes).
- Implement the first five boundary types in Maps/AreaBoundary.cpp.
- Add boundary checks to Creature's update logic
- Add boundary data for all Northrend raids
- Add boundary initialization structures and methods to InstanceScript
- Modify EnterEvadeMode signature. It now passes a value from the EvadeReason enum as parameter to allow special casing depending on evade reason
- Remove previous (weird) boundary code that had them linked to GO spawns
2016-01-12 22:24:23 +01:00
..
2015-11-09 01:11:19 +01:00
2015-11-10 16:13:21 +01:00
2015-11-22 20:47:00 +01:00
2015-11-23 20:17:04 +01:00
2015-12-04 17:17:33 +01:00
2015-12-09 16:53:04 +01:00
2015-12-11 19:32:26 +01:00
2016-01-08 16:37:53 +01:00