[svn 5703 and later] Abashed expanse wormhole bug with *fix*

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
peaceoutside
Halfling
Posts: 96
Joined: Tue Sep 11, 2012 10:21 pm
Location: Earth
Contact:

[svn 5703 and later] Abashed expanse wormhole bug with *fix*

#1 Post by peaceoutside »

Currently in the SVN, players cannot stabilize wormholes in the Abashed Expanse zone (archmage start quest).

In revision 5703 "damage_project" was changed to "da" here:

\game\modules\tome\data\damage_types.lua : Line 24

However, this property name wasn't updated here:

\game\modules\tome\data\zones\abashed-expanse\grids.lua : Line 29

Here's the specific broken line and the fix:

Bugged:

Code: Select all

damage_project = function(self, src, x, y, type, dam)
Fixed:

Code: Select all

da = function(self, src, x, y, type, dam)
I'm pretty sure this issue is isolated to this one case because I didn't find any other instances of the text "damage_project" anywhere else in the code.

Edit: It's also possible that the "damage_project" -> "da" change was unintentional, and simply reverting that change would work too.

darkgod
Master of Eyal
Posts: 10751
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [svn 5703 and later] Abashed expanse wormhole bug with *

#2 Post by darkgod »

Indeed it was not; thanks
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply